Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Frank Liepert
php
Commits
5f41b72c
Commit
5f41b72c
authored
Oct 18, 2020
by
Ondrej Sury
Browse files
Fix typo in phpize script
parent
897e4b26
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/patches/0045-In-phpize-also-copy-config.guess-config.sub-ltmain.s.patch
View file @
5f41b72c
...
...
@@ -8,7 +8,7 @@ Subject: In phpize, also copy config.guess, config.sub,
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/scripts/phpize.in b/scripts/phpize.in
index 9de2266..
c0efe1d
100644
index 9de2266..
1445bae
100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -9,8 +9,14 @@
includedir="$prefix/include/php/@DEBIAN_PHP_API@"
...
...
@@ -23,7 +23,7 @@ index 9de2266..c0efe1d 100644
+else \
+ auxdir="/usr/share/libtool/config"
+fi
+FILES_BUILD="php.m4 /usr/bin/shtool ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 $auxdir/config.guess $auxdir/config.sub $auxdir/ltmain
_
sh Makefile.global"
+FILES_BUILD="php.m4 /usr/bin/shtool ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 $auxdir/config.guess $auxdir/config.sub $auxdir/ltmain
.
sh Makefile.global"
FILES="run-tests*.php"
LIBTOOL_FILES="pkg.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4"
CLEAN_FILES="$FILES *.o *.lo *.la .libs/ build/ modules/ \
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment