components/php/php56/Makefile
changeset 7057 8a0bda69e5a0
parent 6715 70440209f302
child 7125 cb5d17e1b8bc
equal deleted inserted replaced
7056:782ed5da6345 7057:8a0bda69e5a0
    47 
    47 
    48 include enable-extensions.mk
    48 include enable-extensions.mk
    49 
    49 
    50 CONFIGURE_OPTIONS += --enable-dtrace
    50 CONFIGURE_OPTIONS += --enable-dtrace
    51 COMPONENT_BUILD_ENV += PATH="$(PATH):$(USRSBINDIR)"
    51 COMPONENT_BUILD_ENV += PATH="$(PATH):$(USRSBINDIR)"
       
    52 
       
    53 # Without this, the the build seems to interrogate GCC for potential library
       
    54 # search path information and then embed it into the RUNPATH of selected ELF
       
    55 # files it creates.  This includes GCC private directories
       
    56 CONFIGURE_OPTIONS += --disable-rpath
    52 
    57 
    53 ETCPHPDIR= $(ETCDIR)/php/$(UL_PHP_MINOR_VERSION)
    58 ETCPHPDIR= $(ETCDIR)/php/$(UL_PHP_MINOR_VERSION)
    54 VARPHPDIR= $(VARDIR)/php/$(UL_PHP_MINOR_VERSION)
    59 VARPHPDIR= $(VARDIR)/php/$(UL_PHP_MINOR_VERSION)
    55 # .conf files go under /etc, not /usr
    60 # .conf files go under /etc, not /usr
    56 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCPHPDIR)
    61 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCPHPDIR)