components/sane-frontends/Makefile
changeset 4316 2e2c630382bc
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
4315:6a79bbbd44ef 4316:2e2c630382bc
    45 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    45 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    46 CONFIGURE_OPTIONS +=	LDFLAGS="-lsane"
    46 CONFIGURE_OPTIONS +=	LDFLAGS="-lsane"
    47 
    47 
    48 configure:	$(CONFIGURE_32)
    48 configure:	$(CONFIGURE_32)
    49 
    49 
       
    50 # Enable ASLR for this component
       
    51 ASLR_MODE = $(ASLR_ENABLE)
       
    52 
    50 build:		$(BUILD_32)
    53 build:		$(BUILD_32)
    51 
    54 
    52 install:	$(INSTALL_32)
    55 install:	$(INSTALL_32)
    53 
    56 
    54 test:		$(NO_TESTS)
    57 test:		$(NO_TESTS)