From 3dcfed1775aedc9e0027528003145d2fef517618 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Mon, 18 Feb 2008 19:57:26 +0000 Subject: New snapshot, and fix as-needed failure, bug #209475 (Portage version: 2.1.4.4) --- net-p2p/amule/files/2.2.0-geoip-asneeded.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-p2p/amule/files/2.2.0-geoip-asneeded.patch (limited to 'net-p2p/amule/files') diff --git a/net-p2p/amule/files/2.2.0-geoip-asneeded.patch b/net-p2p/amule/files/2.2.0-geoip-asneeded.patch new file mode 100644 index 000000000000..111676244459 --- /dev/null +++ b/net-p2p/amule/files/2.2.0-geoip-asneeded.patch @@ -0,0 +1,12 @@ +diff -Naur amule-cvs.orig/configure.in amule-cvs/configure.in +--- amule-cvs.orig/configure.in 2008-02-17 01:22:03.000000000 +0100 ++++ amule-cvs/configure.in 2008-02-17 01:22:56.000000000 +0100 +@@ -364,7 +364,7 @@ + if test x"$ENABLE_IP2COUNTRY" = x"yes" ; then + GEOIP_LIB="-lGeoIP" + CXXFLAGS="$CXXFLAGS $GEOIP_INCLUDE" +- LDFLAGS="$LDFLAGS $GEOIP_LIB" ++ LIBS="$LIBS $GEOIP_LIB" + AC_CHECK_HEADER(GeoIP.h,, + [AC_MSG_ERROR([--enable-geoip passed to configure, but the GeoIP header files were not found])]) + AC_CHECK_LIB(GeoIP, GeoIP_open, -- cgit v1.2.3-65-gdbad