summaryrefslogtreecommitdiff
path: root/www/ap-php
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-21 08:01:46 +0000
committerobache <obache@pkgsrc.org>2010-02-21 08:01:46 +0000
commit338fd65bfe5cc6f8cad90cfed688c29185410b0e (patch)
tree2ed48756edff49db8f3f5d20d27b04989a14febb /www/ap-php
parent7c5115a39266aaea6e69da6642680a2de757c0c4 (diff)
downloadpkgsrc-338fd65bfe5cc6f8cad90cfed688c29185410b0e.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