diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:49:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:49:34 +0200 |
commit | 8a2754e0fbdea7497281327f2896be2a1253a107 (patch) | |
tree | bc7c400745fde54e6fb7a010fcb026258564d3bc /package/dhcpv6/patches/patch-configure_ac | |
parent | 9bd4456c5a83c3474fdf9fe5cf14004a0874e2c8 (diff) | |
parent | 2d3aaf1664850031f5497e121dc82ab65f63641a (diff) |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dhcpv6/patches/patch-configure_ac')
-rw-r--r-- | package/dhcpv6/patches/patch-configure_ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/dhcpv6/patches/patch-configure_ac b/package/dhcpv6/patches/patch-configure_ac deleted file mode 100644 index 3ca204c05..000000000 --- a/package/dhcpv6/patches/patch-configure_ac +++ /dev/null @@ -1,21 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dhcpv6-1.2.0.orig/configure.ac 2009-04-03 04:33:56.000000000 +0200 -+++ dhcpv6-1.2.0/configure.ac 2009-05-28 23:10:31.256646671 +0200 -@@ -45,7 +45,7 @@ AC_CHECK_HEADERS([sys/types.h sys/socket - # Check for headers we must have on the system - AC_CHECK_HEADERS([arpa/inet.h err.h errno.h getopt.h fcntl.h ifaddrs.h \ - libgen.h net/if.h net/if_arp.h netdb.h netinet/in.h \ -- sys/ioctl.h sys/timeb.h syslog.h], -+ sys/ioctl.h syslog.h], - [], - [AC_MSG_FAILURE([*** Header file $ac_header not found.])], - [[#ifdef HAVE_SYS_TYPES_H -@@ -97,7 +97,7 @@ AC_FUNC_REALLOC - AC_FUNC_SELECT_ARGTYPES - AC_TYPE_SIGNAL - AC_FUNC_STAT --AC_CHECK_FUNCS([bzero ftime gettimeofday memset select socket strchr strdup \ -+AC_CHECK_FUNCS([gettimeofday memset select socket strchr strdup \ - strerror strrchr strstr strtol strtoul], - [], - [AC_MSG_FAILURE([*** Required function $ac_func not found.])]) |