]> git.pld-linux.org Git - packages/rpm.git/commitdiff
use system libelf and zlib
authorArtur Frysiak <artur@frysiak.net>
Thu, 19 Sep 2002 08:11:49 +0000 (08:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-system_libs.patch -> 1.1

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

diff --git a/rpm-system_libs.patch b/rpm-system_libs.patch
new file mode 100644 (file)
index 0000000..fdd0c37
--- /dev/null
@@ -0,0 +1,22 @@
+--- rpm-4.1/configure.ac.nointernallib Thu Sep 19 04:02:42 2002
++++ rpm-4.1/configure.ac       Thu Sep 19 04:03:04 2002
+@@ -1194,7 +1194,7 @@
+ dnl # XXX Propagate -lucb to popt ...
+ dnl export LIBS INCPATH CONFIG_SITE
+-AC_CONFIG_SUBDIRS(popt beecrypt zlib libelf db3)
++AC_CONFIG_SUBDIRS(popt beecrypt db3)
+ AC_CONFIG_FILES([ Doxyfile Makefile rpmrc macros platform rpmpopt rpm.spec m4/Makefile 
+       macros.perl scripts/perl.req scripts/perl.prov
+--- rpm-4.1/Makefile.am.nointernallib  Thu Sep 19 04:03:19 2002
++++ rpm-4.1/Makefile.am        Thu Sep 19 04:04:00 2002
+@@ -12,7 +12,7 @@
+       po/*.in po/*.po po/rpm.pot \
+       rpm.magic rpmpopt-$(VERSION) rpmqv.c rpm.c
+-SUBDIRS = intl po @WITH_ZLIB_SUBDIR@ libelf @WITH_DB_SUBDIR@ popt beecrypt rpmio rpmdb lib build misc @WITH_PYTHON_SUBDIR@ tools scripts tests doc .
++SUBDIRS = intl po @WITH_DB_SUBDIR@ popt beecrypt rpmio rpmdb lib build misc @WITH_PYTHON_SUBDIR@ tools scripts tests doc .
+ INCLUDES = \
+       -I$(top_srcdir)/build \
This page took 0.039086 seconds and 4 git commands to generate.