archrelease: copy trunk to extra-x86_64
[arch-packages.git] / tomcat-native / repos / extra-x86_64 / tomcat-native-buildconf.patch
blobe33177e6c2e1820fc3e50d48d01d1eb47c47fad9
1 diff -rupN tomcat-native.orig/native/buildconf tomcat-native/native/buildconf
2 --- tomcat-native.orig/native/buildconf 2020-09-20 14:44:45.114714616 +0200
3 +++ tomcat-native/native/buildconf 2020-09-20 14:44:58.368172703 +0200
4 @@ -55,7 +55,7 @@ if [ ! -d "$apr_src_dir/build" ]; then
5 fi
7 # Remove some files, then copy them from apr source tree
8 -for file in apr_common.m4 find_apr.m4 install.sh config.guess config.sub
9 +for file in apr_common.m4 find_apr.m4 install.sh
11 if [ ! -f "$apr_src_dir/build/$file" ]; then
12 echo "File '$apr_src_dir/build/$file' missing - wrong apr source directory?"