components/desktop/firefox/Makefile
changeset 5682 94c0ca64c022
parent 5580 80858b37b98e
child 5786 5754dc3ac5eb
--- a/components/desktop/firefox/Makefile	Wed Mar 30 10:16:56 2016 -0700
+++ b/components/desktop/firefox/Makefile	Wed Mar 30 13:33:31 2016 -0700
@@ -121,7 +121,7 @@
 CONFIGURE_ENV +=        CXXFLAGS='-xlibmil -xlibmopt -lCrun -lCstd -features=tmplrefstatic,no%except -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -template=no%extdef'
 # -L.../dist/lib needs to be set otherwise it will report missing libnss3.so, 
 # libssl3.so, etc, while linking.
-CONFIGURE_ENV +=        LDFLAGS="-z ignore -z interpose -B nodirect -L$(BUILD_DIR_32)/dist/lib"
+CONFIGURE_ENV +=        LDFLAGS="$(LD_Z_IGNORE) -z interpose -B nodirect -L$(BUILD_DIR_32)/dist/lib"
 
 
 CONFIGURE_ENV +=	MOZCONFIG=$(MOZCONFIG)