Skip to content

Commit

Permalink
openvpn: add patch to support automake-1.13
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed Jan 12, 2013
1 parent 56c0d21 commit 991876d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/network/openvpn/patches/openvpn-2.2.2-automake-1.13.patch
@@ -0,0 +1,12 @@
diff -Naur openvpn-2.2.2/configure.ac openvpn-2.2.2.patch/configure.ac
--- openvpn-2.2.2/configure.ac 2011-12-13 17:58:56.000000000 +0100
+++ openvpn-2.2.2.patch/configure.ac 2013-01-12 00:50:12.273055490 +0100
@@ -27,7 +27,7 @@

m4_include(version.m4)
AC_INIT([OpenVPN], [PRODUCT_VERSION], [openvpn-users@lists.sourceforge.net], [openvpn])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(syshead.h)

dnl Guess host type.

0 comments on commit 991876d

Please sign in to comment.