aboutsummaryrefslogtreecommitdiffstats
path: root/main/lighttpd/automake-1.12.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-31 07:49:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-31 07:49:37 +0000
commit300cd85bed33d85f2d99b92d6196558cd9d09676 (patch)
treee5315e552f97e3eafd69b68bb7e6ce96dad81943 /main/lighttpd/automake-1.12.patch
parent8329a6ce25520928732ed9593e6ab1981d5f73ac (diff)
downloadaports-300cd85bed33d85f2d99b92d6196558cd9d09676.tar.bz2
aports-300cd85bed33d85f2d99b92d6196558cd9d09676.tar.xz
main/lighttpd: rebuild against sqlite-libs and misc fixes
- build fix for automake-1.12 - remove post-install and set owner from APKBUILD
Diffstat (limited to 'main/lighttpd/automake-1.12.patch')
-rw-r--r--main/lighttpd/automake-1.12.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/main/lighttpd/automake-1.12.patch b/main/lighttpd/automake-1.12.patch
new file mode 100644
index 0000000000..c248c49709
--- /dev/null
+++ b/main/lighttpd/automake-1.12.patch
@@ -0,0 +1,21 @@
+--- ./configure.ac.orig
++++ ./configure.ac
+@@ -24,6 +24,8 @@
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+
++AM_PROG_AR
++
+ dnl check environment
+ AC_AIX
+ AC_ISC_POSIX
+@@ -37,9 +39,6 @@
+ AM_CONDITIONAL(NO_RDYNAMIC, test x$NO_RDYNAMIC = xyes)
+
+ AC_EXEEXT
+-
+-dnl more automake stuff
+-AM_C_PROTOTYPES
+
+ dnl libtool
+ AC_DISABLE_STATIC