diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-13 15:15:14 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-13 15:15:14 +0200 |
commit | 4d3e0d23086d72c89cf12f1c68d2929cd8182646 (patch) | |
tree | 855cbadfeb0ac4e52df2e1eeb9545110532dea58 /rpm.pc.in | |
parent | aa5826ea67494f25e81d9c3c4e78f5ebb4884ba6 (diff) | |
download | librpm-tizen-4d3e0d23086d72c89cf12f1c68d2929cd8182646.tar.gz librpm-tizen-4d3e0d23086d72c89cf12f1c68d2929cd8182646.tar.bz2 librpm-tizen-4d3e0d23086d72c89cf12f1c68d2929cd8182646.zip |
s/-lselinux/@WITH_SELINUX_LIB@/
Diffstat (limited to 'rpm.pc.in')
-rw-r--r-- | rpm.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ URL: http://rpm.org # Conflicts: Cflags: -I${includedir}/rpm Libs: -L${libdir} -lrpmbuild -lrpm -lrpmdb -lrpmio -lrpmmisc -Libs.private: -lpopt -lmagic -lbeecrypt -lrt -lpthread -lselinux +Libs.private: -lpopt -lmagic -lbeecrypt -lrt -lpthread @WITH_SELINUX_LIB@ |