diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 20:20:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-31 20:20:22 +0000 |
commit | 067cb021a282219940f01d5e394de40124531ebe (patch) | |
tree | 15f3f2bf9b863c74796ff5768a72ffec0ddc043b /main/libtirpc/automake.patch | |
parent | 7443480d05c6c6574e539cad9f286546a8ce4c5b (diff) | |
download | aports-067cb021a282219940f01d5e394de40124531ebe.tar.bz2 aports-067cb021a282219940f01d5e394de40124531ebe.tar.xz |
main/libtirpc: build fix for automake-1.13
Diffstat (limited to 'main/libtirpc/automake.patch')
-rw-r--r-- | main/libtirpc/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libtirpc/automake.patch b/main/libtirpc/automake.patch new file mode 100644 index 000000000..5cd3c3d62 --- /dev/null +++ b/main/libtirpc/automake.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2012-12-31 20:17:44.565801520 +0000 ++++ ./configure.ac 2012-12-31 20:17:57.815919238 +0000 +@@ -17,7 +17,7 @@ + fi + + AC_PROG_CC +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADER(config.h) + AC_PROG_LIBTOOL + AC_HEADER_DIRENT + AC_PREFIX_DEFAULT(/usr) |