components/ncftp/Makefile
changeset 1256 afd0cd885ab3
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
--- a/components/ncftp/Makefile	Tue Apr 09 22:03:20 2013 -0700
+++ b/components/ncftp/Makefile	Wed Apr 10 10:16:27 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -48,14 +48,16 @@
 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
 
 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
-CONFIGURE_OPTIONS += --srcdir=$(BUILD_DIR_32) 
+CONFIGURE_OPTIONS += --srcdir=$(BUILD_DIR_64) 
+
+ASLR_MODE = $(ASLR_ENABLE)
 
 include ../../make-rules/shared-targets.mk
 
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)