diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-12 12:30:00 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-12 12:30:00 +0300 |
commit | c57c62b94aaf8032b144a3766f311d3893d7bc8d (patch) | |
tree | b80f5454d94e8e1eabf7b9216da760fc2e6f6589 /rpm.pc.in | |
parent | 90e10708f824ff8e86b0f030d12e14329b1cf2c0 (diff) | |
download | rpm-c57c62b94aaf8032b144a3766f311d3893d7bc8d.tar.gz rpm-c57c62b94aaf8032b144a3766f311d3893d7bc8d.tar.bz2 rpm-c57c62b94aaf8032b144a3766f311d3893d7bc8d.zip |
Adjust pkg-config now that librpmdb is gone
Diffstat (limited to 'rpm.pc.in')
-rw-r--r-- | rpm.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,5 +11,5 @@ URL: http://rpm.org # Requires: # Conflicts: Cflags: -I${includedir}/ -Libs: -L${libdir} -lrpm -lrpmdb -lrpmio +Libs: -L${libdir} -lrpm -lrpmio Libs.private: -lpopt -lrt -lpthread @WITH_SELINUX_LIB@ @WITH_SQLITE3_LIB@ @WITH_DB_LIB@ @WITH_BZ2_LIB@ @WITH_ZLIB_LIB@ @WITH_NSS_LIB@ |