mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Don't include @LIBS@ in libvirt.pc.in file
The libvirt.pc file we install is ending up polluted with a load of compiler flags that should be private to the libvirt build. eg Libs: -L${libdir} -lvirt -ldl -O2 -g -pipe -Wall \ -Wp,-D_FORTIFY_SOURCE=2 -fexceptions \ -fstack-protector-strong --param=ssp-buffer-size=4 \ -grecord-gcc-switches -m64 -mtune=generic this is caused by including @LIBS@ in the Libs: line of the pkgconfig.pc.in file. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
9e72691b7e
commit
1167751fcb
@ -12,5 +12,5 @@ Name: libvirt
|
|||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Description: libvirt library
|
Description: libvirt library
|
||||||
Requires:
|
Requires:
|
||||||
Libs: -L${libdir} -lvirt @LIBS@
|
Libs: -L${libdir} -lvirt
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Loading…
Reference in New Issue
Block a user