diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-23 21:15:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-24 20:56:01 +0200 |
commit | f920132acf0d785d238388e1652b7023207c553c (patch) | |
tree | 6a358b9531986b98f8fc5872787f8fdc86a24dc9 /package/libtirpc/patches/patch-configure_ac | |
parent | 45483a482f5629a1a0b6f3e249c3534f6903568f (diff) |
update to latest stable version
Diffstat (limited to 'package/libtirpc/patches/patch-configure_ac')
-rw-r--r-- | package/libtirpc/patches/patch-configure_ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/libtirpc/patches/patch-configure_ac b/package/libtirpc/patches/patch-configure_ac deleted file mode 100644 index 63a3410f1..000000000 --- a/package/libtirpc/patches/patch-configure_ac +++ /dev/null @@ -1,21 +0,0 @@ ---- libtirpc-0.2.5.orig/configure.ac 2014-08-08 11:24:34.000000000 -0500 -+++ libtirpc-0.2.5/configure.ac 2015-02-10 11:20:21.483005131 -0600 -@@ -24,14 +24,16 @@ if test "x$enable_ipv6" != xno; then - fi - - AC_PROG_CC --m4_pattern_allow(AM_CONFIG_HEADERS(config.h)) -+AC_CONFIG_HEADERS([config.h]) - AC_PROG_LIBTOOL - AC_HEADER_DIRENT - AC_PREFIX_DEFAULT(/usr) - AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h locale.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h]) - AC_CHECK_LIB([pthread], [pthread_create]) - AC_CHECK_LIB([nsl], [yp_get_default_domain]) -- -+AC_CHECK_FUNCS([getrpcbyname getrpcbynumber]) - - AC_CONFIG_FILES([Makefile src/Makefile man/Makefile doc/Makefile]) - AC_OUTPUT(libtirpc.pc) -+ -+ |