summaryrefslogtreecommitdiff
path: root/www/ap-php
diff options
context:
space:
mode:
authorobache <obache>2010-02-21 08:01:46 +0000
committerobache <obache>2010-02-21 08:01:46 +0000
commitd68285f75fb2ed98a83d4f84b40896e5758d8b7a (patch)
tree2ed48756edff49db8f3f5d20d27b04989a14febb /www/ap-php
parent8e3964c0c0f8ca94e247e4fcdcff1b27846d278b (diff)
downloadpkgsrc-d68285f75fb2ed98a83d4f84b40896e5758d8b7a.tar.gz
pass down EXPORT_SYMBOLS_LDFLAGS with EXTRA_LDFLAGS, not LDFLAGS,
or configure fail to link tests on SUA 6.0.
Diffstat (limited to 'www/ap-php')
-rw-r--r--www/ap-php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile
index 1762ce5e0eb..49c81a84f18 100644
--- a/www/ap-php/Makefile
+++ b/www/ap-php/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:54 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2010/02/21 08:01:46 obache Exp $
#
PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_BASE_VERS}
@@ -17,7 +17,7 @@ APACHE_MODULE= YES
.include "${PHPPKGSRCDIR}/Makefile.php"
# Ensure we export symbols in the linked shared object.
-LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
+CONFIGURE_ENV+= EXTRA_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q}
INSTALLATION_DIRS= lib/httpd