projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae5144
)
php7: Fix prepare target incorrectly referencing 'configure.in' instead of 'configure.ac'
14558/head
author
Giovanni Giacobbi
<giovanni@giacobbi.net>
Fri, 22 Jan 2021 00:25:39 +0000
(
00:25
+0000)
committer
Giovanni Giacobbi
<giovanni@giacobbi.net>
Mon, 25 Jan 2021 10:38:19 +0000
(10:38 +0000)
Package release version unchanged as it does not impact the build result in any way.
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
lang/php7/Makefile
patch
|
blob
|
history
diff --git
a/lang/php7/Makefile
b/lang/php7/Makefile
index 877fd7cac561f1f303d33e3c06c5018441f52d32..4685ef75390c402165b98148ac8e61b5422c4feb 100644
(file)
--- a/
lang/php7/Makefile
+++ b/
lang/php7/Makefile
@@
-561,7
+561,7
@@
endef
define Build/Prepare
$(call Build/Prepare/Default)
- ( cd $(PKG_BUILD_DIR); touch configure.
in
; ./buildconf --force )
+ ( cd $(PKG_BUILD_DIR); touch configure.
ac
; ./buildconf --force )
endef
define Build/InstallDev