diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 20:14:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 20:14:45 +0000 |
commit | be9a735b32f1c87658c1ffe9afc8358f4c2e5007 (patch) | |
tree | 9163914c261f77d88beb364238bb612d48783d31 /main/libspf2/automake.patch | |
parent | 613a9cca6a597c4d339e87d0697729de10ec9de6 (diff) | |
download | aports-be9a735b32f1c87658c1ffe9afc8358f4c2e5007.tar.bz2 aports-be9a735b32f1c87658c1ffe9afc8358f4c2e5007.tar.xz |
main/libspf2: build fix for automake-1.13
Diffstat (limited to 'main/libspf2/automake.patch')
-rw-r--r-- | main/libspf2/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libspf2/automake.patch b/main/libspf2/automake.patch new file mode 100644 index 0000000000..85dfbe3ccb --- /dev/null +++ b/main/libspf2/automake.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2012-12-31 20:13:11.653376850 +0000 ++++ ./configure.ac 2012-12-31 20:13:26.790177076 +0000 +@@ -6,7 +6,7 @@ + AC_CONFIG_AUX_DIR(config) + AM_INIT_AUTOMAKE(libspf2, $PACKAGE_VERSION) + AC_CONFIG_SRCDIR([src/libspf2/spf_server.c]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADER(config.h) + + # remember the version info for later + |