]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-link.patch
- don't output pkgconfig dependency for all *.pc found
[packages/rpm.git] / rpm-link.patch
CommitLineData
3a92aa03
JB
1--- rpm-4.4.8/lib/Makefile.am.orig 2007-01-13 15:09:49.000000000 +0100
2+++ rpm-4.4.8/lib/Makefile.am 2007-04-08 17:28:55.353467622 +0200
3@@ -47,7 +47,6 @@
06590b1b
JB
4 $(top_builddir)/rpmio/librpmio.la \
5 @WITH_POPT_LIB@ \
6 @WITH_SELINUX_LIB@ \
7- -lresolv \
3a92aa03 8 @LTLIBINTL@
06590b1b
JB
9
10 if HAVE_LD_VERSION_SCRIPT
3a92aa03
JB
11--- rpm-4.4.8/rpmio/Makefile.am.orig 2007-04-08 16:55:58.468811386 +0200
12+++ rpm-4.4.8/rpmio/Makefile.am 2007-04-08 17:29:16.078648683 +0200
13@@ -49,7 +49,7 @@
14 @WITH_SYCK_LIB@ \
06590b1b
JB
15 @WITH_MAGIC_LIB@ \
16 @WITH_ZLIB_LIB@ \
3a92aa03
JB
17- -lpthread -lresolv \
18+ -lpthread \
19 @LTLIBINTL@
06590b1b
JB
20 librpmio_la_LIBADD = # $(BEECRYPTLOBJS)
21 librpmio_la_DEPENDENCIES = # .created
06590b1b
JB
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.025678 seconds and 4 git commands to generate.