components/hal-cups-utils/Makefile
changeset 6922 499ba999c1ee
parent 5682 94c0ca64c022
child 7688 3b2a3df0423e
equal deleted inserted replaced
6921:8e1aa475ac41 6922:499ba999c1ee
    49 # Since we patch Makefile.am, we have to rebuild the autoconf generated files
    49 # Since we patch Makefile.am, we have to rebuild the autoconf generated files
    50 # Just running automake does not work, since our automake is different from the one
    50 # Just running automake does not work, since our automake is different from the one
    51 # used by hal-cups-utils maintainer
    51 # used by hal-cups-utils maintainer
    52 COMPONENT_PREP_ACTION = ( \
    52 COMPONENT_PREP_ACTION = ( \
    53 	cd $(@D); \
    53 	cd $(@D); \
    54 	ACLOCAL=$(ACLOCAL) AUTOMAKE=$(AUTOMAKE) autoreconf; \
    54 	ACLOCAL=aclocal-1.11 AUTOMAKE=aclocal-1.11 autoreconf; \
    55 	cd $(SOURCE_DIR); \
    55 	cd $(SOURCE_DIR); \
    56 	$(PERL) -pi -e 's,^\#!.*?python,\#!$(USED_PYTHON), if $$.==1' systemv/hal_lpadmin ; \
    56 	$(PERL) -pi -e 's,^\#!.*?python,\#!$(USED_PYTHON), if $$.==1' systemv/hal_lpadmin ; \
    57 ) 
    57 ) 
    58 
    58 
    59 # ASLR disabled until sufficient testing can be performed.
    59 # ASLR disabled until sufficient testing can be performed.
    60 ASLR_MODE= $(ASLR_DISABLE)
    60 ASLR_MODE= $(ASLR_DISABLE)
    61 
    61 
       
    62 REQUIRED_PACKAGES += developer/build/automake-111
    62 REQUIRED_PACKAGES += library/print/cups-libs
    63 REQUIRED_PACKAGES += library/print/cups-libs
    63 REQUIRED_PACKAGES += print/cups
    64 REQUIRED_PACKAGES += print/cups
    64 REQUIRED_PACKAGES += system/hal
    65 REQUIRED_PACKAGES += system/hal
    65 REQUIRED_PACKAGES += system/library/libdbus
    66 REQUIRED_PACKAGES += system/library/libdbus