components/gnuplot/Makefile
changeset 2169 f78677fd112a
parent 1948 2d1537e7942d
child 2225 f064d3d3190d
--- a/components/gnuplot/Makefile	Wed Oct 22 15:26:11 2014 -0700
+++ b/components/gnuplot/Makefile	Fri Oct 24 11:31:09 2014 -0700
@@ -51,15 +51,20 @@
 CONFIGURE_OPTIONS  += --x-libraries=$(CONFIGURE_LIBDIR.$(BITS))
 CONFIGURE_OPTIONS  += CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  += CXXFLAGS="$(CXXFLAGS)"
+CONFIGURE_OPTIONS  += LDFLAGS="$(LDFLAGS)"
+CONFIGURE_OPTIONS  += WX_CONFIG="/usr/bin/$(MACH64)/wx-config"
+
+# Enable aslr for this component
+ASLR_MODE = $(ASLR_ENABLE)
 
 include ../../make-rules/shared-targets.mk
 
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
-test:		$(TEST_32)
+test:		$(TEST_64)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)