summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild')
-rw-r--r--dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
index 88c72166662c..75b7722ae563 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
@@ -18,4 +18,8 @@ DEPEND="dev-libs/geoip"
RDEPEND="${DEPEND}"
SRC_TEST=do
-myconf="LIBS=-L/usr/$(get_libdir)"
+
+src_configure() {
+ myconf="LIBS=-L/usr/$(get_libdir)"
+ perl-module_src_configure
+}