components/rsync/Makefile
changeset 1406 bad4899167db
parent 1351 5c589218fa09
child 1817 ff42a83716c4
equal deleted inserted replaced
1405:2c1293ac112f 1406:bad4899167db
    41 
    41 
    42 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    42 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    43 CONFIGURE_OPTIONS  +=		--prefix=/usr
    43 CONFIGURE_OPTIONS  +=		--prefix=/usr
    44 CONFIGURE_OPTIONS  +=		--with-included-popt
    44 CONFIGURE_OPTIONS  +=		--with-included-popt
    45 
    45 
       
    46 # Enable ASLR for this component
       
    47 ASLR_MODE =	$(ASLR_ENABLE)
       
    48 
    46 # common targets
    49 # common targets
    47 build:		$(BUILD_32)
    50 build:		$(BUILD_64)
    48 
    51 
    49 install:	$(INSTALL_32)
    52 install:	$(INSTALL_64)
    50 
    53 
    51 test:		$(NO_TESTS)
    54 test:		$(NO_TESTS)
    52 
    55 
    53 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    56 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    54 
    57