mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
php7: Fix prepare target incorrectly referencing 'configure.in' instead of 'configure.ac'
Package release version unchanged as it does not impact the build result in any way. Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user