components/pwgen/Makefile
branchs11-update
changeset 3027 3bcf7d43558b
parent 2434 6c9bb5cf5610
child 3661 47545fb8aed4
--- a/components/pwgen/Makefile	Fri Mar 28 18:50:36 2014 -0700
+++ b/components/pwgen/Makefile	Wed Mar 26 06:19:12 2014 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -35,6 +35,8 @@
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)files/pwgen/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)	
 COMPONENT_BUGDB=	utility/pwgen
 
+CONFIGURE_OPTIONS += LDFLAGS="$(CC_BITS)"
+
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
@@ -61,10 +63,12 @@
 #
 COMPONENT_BUILD_ARGS = WALL_OPTS=
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
 test:		$(NO_TESTS)