summaryrefslogtreecommitdiffstats
path: root/main/lighttpd/automake-1.12.patch
diff options
context:
space:
mode:
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 000000000..c248c4970
--- /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