mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
recipe tweaks
This commit is contained in:
committed by
Adrien Destugues
parent
5262fd3f89
commit
b2c957df68
@@ -20,7 +20,6 @@ GLOBAL_WRITABLE_FILES="
|
||||
settings/php7 directory keep-old
|
||||
"
|
||||
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
@@ -99,7 +98,9 @@ BUILD()
|
||||
{
|
||||
autoreconf
|
||||
autoconf
|
||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir \
|
||||
runConfigure --omit-dirs "binDir sbinDir" ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--sbindir=$commandBinDir \
|
||||
--sysconfdir=$settingsDir/php7 \
|
||||
--with-config-file-path=$settingsDir/php7 \
|
||||
--with-config-file-scan-dir=$settingsDir/php7 \
|
||||
|
||||
Reference in New Issue
Block a user