components/rsync/Makefile
changeset 1406 bad4899167db
parent 1351 5c589218fa09
child 1817 ff42a83716c4
--- a/components/rsync/Makefile	Wed Jul 24 08:43:28 2013 -0700
+++ b/components/rsync/Makefile	Wed Jul 24 13:38:40 2013 -0700
@@ -43,10 +43,13 @@
 CONFIGURE_OPTIONS  +=		--prefix=/usr
 CONFIGURE_OPTIONS  +=		--with-included-popt
 
+# Enable ASLR for this component
+ASLR_MODE =	$(ASLR_ENABLE)
+
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
 test:		$(NO_TESTS)