diff options
author | ache <ache@FreeBSD.org> | 2008-03-17 04:56:01 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2008-03-17 04:56:01 +0800 |
commit | bf504d35623b3d4d96a3e74e067fccaee6738415 (patch) | |
tree | 22217e863152f498d903408015ca3ad0b07a4d3d /www/mod_geoip | |
parent | bd38fdb9a0d14cacfb005fb3b8ef70cf3ccae261 (diff) | |
download | freebsd-ports-gnome-bf504d35623b3d4d96a3e74e067fccaee6738415.tar.gz freebsd-ports-gnome-bf504d35623b3d4d96a3e74e067fccaee6738415.tar.zst freebsd-ports-gnome-bf504d35623b3d4d96a3e74e067fccaee6738415.zip |
Add
-L${LOCALBASE}/lib -lGeoIP
to AP_EXTRAS, unresolved without this.
The mod don't use apache's Configure, so MODULE-DEFINITION-START
section containing the stuff above isn't parsed.
Diffstat (limited to 'www/mod_geoip')
-rw-r--r-- | www/mod_geoip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index 57b65aa94924..5135dd0e2e3c 100644 --- a/www/mod_geoip/Makefile +++ b/www/mod_geoip/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP USE_APACHE= 1.3 AP_FAST_BUILD= yes AP_GENPLIST= yes -AP_EXTRAS+= -I${LOCALBASE}/include +AP_EXTRAS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -lGeoIP .include <bsd.port.pre.mk> |