]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- kill undefined reference in librpmdb
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 6 Sep 2008 18:20:29 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-link-selinux.patch -> 1.1

rpm-link-selinux.patch [new file with mode: 0644]

diff --git a/rpm-link-selinux.patch b/rpm-link-selinux.patch
new file mode 100644 (file)
index 0000000..7672a19
--- /dev/null
@@ -0,0 +1,13 @@
+diff -urN rpm-4.5/rpmdb/Makefile.am rpm-4.5.new/rpmdb/Makefile.am
+--- rpm-4.5/rpmdb/Makefile.am  2008-09-06 16:46:54.000000000 +0200
++++ rpm-4.5.new/rpmdb/Makefile.am      2008-09-06 19:35:40.000000000 +0200
+@@ -49,7 +49,8 @@
+       $(top_builddir)/rpmio/librpmio.la \
+       @WITH_POPT_LIB@ \
+       @WITH_SQLITE3_LIB@ \
+-      @WITH_LIBELF_LIB@
++      @WITH_LIBELF_LIB@ \
++      @WITH_SELINUX_LIB@
+ librpmdb_la_LIBADD = $(DBLIBOBJS) $(libdb_la)
+ librpmdb_la_DEPENDENCIES = $(DBLIBOBJS) $(libdb_la)
This page took 0.044991 seconds and 4 git commands to generate.