diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 13:04:46 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-03-07 13:04:46 +0200 |
commit | de4085814e7bf93042f2fba06ca24a4e63a4b27a (patch) | |
tree | 8653661049108e2a6f15ad39ae04d1bb4635660d /rpm.pc.in | |
parent | 0c0d812b0da674f237ad5932383a44befcf7f3a6 (diff) | |
download | librpm-tizen-de4085814e7bf93042f2fba06ca24a4e63a4b27a.tar.gz librpm-tizen-de4085814e7bf93042f2fba06ca24a4e63a4b27a.tar.bz2 librpm-tizen-de4085814e7bf93042f2fba06ca24a4e63a4b27a.zip |
Drop librpmbuild from rpm.pc
- next to nothing actually uses librpmbuild, avoid dragging it in needlessly
- if needed, add a separate .pc for rpmbuild later
Diffstat (limited to 'rpm.pc.in')
-rw-r--r-- | rpm.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,5 +11,5 @@ URL: http://rpm.org # Requires: # Conflicts: Cflags: -I${includedir}/ -Libs: -L${libdir} -lrpmbuild -lrpm -lrpmdb -lrpmio -Libs.private: -lpopt -lmagic -lrt -lpthread @WITH_SELINUX_LIB@ @WITH_SQLITE3_LIB@ @WITH_DB_LIB@ @WITH_BZ2_LIB@ @WITH_ZLIB_LIB@ @WITH_NSS_LIB@ +Libs: -L${libdir} -lrpm -lrpmdb -lrpmio +Libs.private: -lpopt -lrt -lpthread @WITH_SELINUX_LIB@ @WITH_SQLITE3_LIB@ @WITH_DB_LIB@ @WITH_BZ2_LIB@ @WITH_ZLIB_LIB@ @WITH_NSS_LIB@ |