mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2020-02-23 Fred Gleason <fredg@paravelsystems.com>
* Added '-lexpat' to the '--libs' output for the 'rivwebcapi' pkg-config profile.
This commit is contained in:
@@ -19668,3 +19668,6 @@
|
||||
2020-02-21 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a syslog message for each CIC update in the 'pypad_xds.py'
|
||||
script.
|
||||
2020-02-23 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added '-lexpat' to the '--libs' output for the 'rivwebcapi'
|
||||
pkg-config profile.
|
||||
|
@@ -6,5 +6,5 @@ includedir=${prefix}/include/rivwebcapi
|
||||
Name: rivwebcapi
|
||||
Description: C API for the Rivendell Radio Automation System Web Service
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lrivwebcapi -lcurl -lm
|
||||
Libs: -L${libdir} -lrivwebcapi -lcurl -lexpat -lm
|
||||
Cflags: -I${includedir} -I/usr/include
|
||||
|
Reference in New Issue
Block a user