Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 143750 Details for
Bug 209475
net-p2p/amule-2.2.0_pre20080204 doesn't build with USE="geoip" and LDFLAG --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
2.2.0-as_needed.patch
2.2.0-as_needed.patch (text/plain), 540 bytes, created by
Tiziano Müller (RETIRED)
on 2008-02-17 09:14:24 UTC
(
hide
)
Description:
2.2.0-as_needed.patch
Filename:
MIME Type:
Creator:
Tiziano Müller (RETIRED)
Created:
2008-02-17 09:14:24 UTC
Size:
540 bytes
patch
obsolete
>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,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209475
:
143062
| 143750 |
143753