mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
prevent LINKER_DEPENDENCIES replace on update
This commit is contained in:
parent
bd6b544c76
commit
2638a00508
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ sed -i "/INI_DIR = /c\
|
|||
INI_DIR = /dev/null" "$DIR_PHP_GTK_SOURCE/Makefile"
|
||||
|
||||
## Use local builds
|
||||
sed -i "s|-lphpcpp|-Wl,-rpath=\"$DIR_PHP_CPP_TARGET/lib\" -lphpcpp|g" "$DIR_PHP_GTK_SOURCE/Makefile"
|
||||
sed -i "s|LINKER_DEPENDENCIES = -lphpcpp|LINKER_DEPENDENCIES = -Wl,-rpath=\"$DIR_PHP_CPP_TARGET/lib\" -lphpcpp|g" "$DIR_PHP_GTK_SOURCE/Makefile"
|
||||
|
||||
## Force build for new installation
|
||||
if [ ! -f "$("$DIR_PHP_SRC_TARGET/bin/php-config" --extension-dir)/php-gtk3.so" ]; then BUILD_PHP_GTK="y"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue