]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-link.patch
- kill unnecessary -lresolv -lrt
[packages/rpm.git] / rpm-link.patch
1 --- rpm-4.4.3/lib/Makefile.am.orig      2005-11-19 11:30:59.243382000 +0100
2 +++ rpm-4.4.3/lib/Makefile.am   2005-11-19 16:15:27.255650088 +0100
3 @@ -44,7 +44,6 @@
4         $(top_builddir)/rpmio/librpmio.la \
5         @WITH_POPT_LIB@ \
6         @WITH_SELINUX_LIB@ \
7 -       -lresolv \
8         @INTLLIBS@
9  
10  if HAVE_LD_VERSION_SCRIPT
11 --- rpm-4.4.3/rpmio/Makefile.am.orig    2005-11-19 11:30:59.239382000 +0100
12 +++ rpm-4.4.3/rpmio/Makefile.am 2005-11-19 16:15:42.181381032 +0100
13 @@ -39,7 +39,7 @@
14         @WITH_LUA_LIB@ \
15         @WITH_MAGIC_LIB@ \
16         @WITH_ZLIB_LIB@ \
17 -       -lpthread -lresolv
18 +       -lpthread
19  librpmio_la_LIBADD = # $(BEECRYPTLOBJS)
20  librpmio_la_DEPENDENCIES = # .created
21  
22 --- rpm-4.4.3/configure.ac.orig 2005-11-19 11:30:59.197389000 +0100
23 +++ rpm-4.4.3/configure.ac      2005-11-19 16:17:10.397970072 +0100
24 @@ -439,7 +439,7 @@
25  ])
26  
27  AC_CHECK_HEADERS(aio.h)
28 -AC_SEARCH_LIBS(aio_read, [c rt aio posix4])
29 +dnl not used? AC_SEARCH_LIBS(aio_read, [c rt aio posix4])
30  
31  dnl Better not use fchmod at all.
32  AC_CHECK_FUNC(fchmod)
This page took 0.033976 seconds and 3 git commands to generate.