termux-packages/packages/apache2/configure.patch

14 lines
507 B
Diff
Raw Normal View History

2021-06-22 05:18:15 +02:00
--- ./configure 2021-05-18 02:51:48.000000000 +0530
+++ ./configure.mod 2021-06-22 08:32:21.956267052 +0530
@@ -6412,8 +6412,8 @@
2019-03-18 00:24:47 +01:00
LTFLAGS='--silent'
fi
my_libtool=`$apr_config --apr-libtool`
- LIBTOOL="$my_libtool \$(LTFLAGS)"
- libtoolversion=`$my_libtool --version`
2021-06-22 05:18:15 +02:00
+ LIBTOOL="bash $my_libtool \$(LTFLAGS)"
2019-03-18 00:24:47 +01:00
+ libtoolversion=`bash $my_libtool --version`
case $libtoolversion in
*1.[45]* | *[2-9].[0-9]*)
2021-06-22 05:18:15 +02:00
SH_LIBTOOL='$(LIBTOOL)'