]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- kill unnecessary -lresolv -lrt
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Nov 2005 15:37:14 +0000 (15:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-link.patch -> 1.3

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

diff --git a/rpm-link.patch b/rpm-link.patch
new file mode 100644 (file)
index 0000000..27a2508
--- /dev/null
@@ -0,0 +1,32 @@
+--- rpm-4.4.3/lib/Makefile.am.orig     2005-11-19 11:30:59.243382000 +0100
++++ rpm-4.4.3/lib/Makefile.am  2005-11-19 16:15:27.255650088 +0100
+@@ -44,7 +44,6 @@
+       $(top_builddir)/rpmio/librpmio.la \
+       @WITH_POPT_LIB@ \
+       @WITH_SELINUX_LIB@ \
+-      -lresolv \
+       @INTLLIBS@
+ if HAVE_LD_VERSION_SCRIPT
+--- rpm-4.4.3/rpmio/Makefile.am.orig   2005-11-19 11:30:59.239382000 +0100
++++ rpm-4.4.3/rpmio/Makefile.am        2005-11-19 16:15:42.181381032 +0100
+@@ -39,7 +39,7 @@
+       @WITH_LUA_LIB@ \
+       @WITH_MAGIC_LIB@ \
+       @WITH_ZLIB_LIB@ \
+-      -lpthread -lresolv
++      -lpthread
+ librpmio_la_LIBADD = # $(BEECRYPTLOBJS)
+ librpmio_la_DEPENDENCIES = # .created
+--- rpm-4.4.3/configure.ac.orig        2005-11-19 11:30:59.197389000 +0100
++++ rpm-4.4.3/configure.ac     2005-11-19 16:17:10.397970072 +0100
+@@ -439,7 +439,7 @@
+ ])
+ AC_CHECK_HEADERS(aio.h)
+-AC_SEARCH_LIBS(aio_read, [c rt aio posix4])
++dnl not used? AC_SEARCH_LIBS(aio_read, [c rt aio posix4])
+ dnl Better not use fchmod at all.
+ AC_CHECK_FUNC(fchmod)
This page took 0.065548 seconds and 4 git commands to generate.