diff options
Diffstat (limited to 'package/gnutls/patches/patch-configure')
-rw-r--r-- | package/gnutls/patches/patch-configure | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/gnutls/patches/patch-configure b/package/gnutls/patches/patch-configure new file mode 100644 index 000000000..6da2b29c4 --- /dev/null +++ b/package/gnutls/patches/patch-configure @@ -0,0 +1,26 @@ +--- gnutls-3.0.15.orig/configure 2012-03-01 23:44:22.000000000 +0100 ++++ gnutls-3.0.15/configure 2012-03-03 18:16:45.000000000 +0100 +@@ -29481,23 +29481,6 @@ rm -f core *.core core.conftest.* gmon.o + fi + + fi +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gettimeofday_clobber" >&5 +-$as_echo "$gl_cv_func_gettimeofday_clobber" >&6; } +- +- if test $gl_cv_func_gettimeofday_clobber = yes; then +- REPLACE_GETTIMEOFDAY=1 +- +- +-$as_echo "#define gmtime rpl_gmtime" >>confdefs.h +- +- +-$as_echo "#define localtime rpl_localtime" >>confdefs.h +- +- +- +-$as_echo "#define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1" >>confdefs.h +- +- fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday with POSIX signature" >&5 + $as_echo_n "checking for gettimeofday with POSIX signature... " >&6; } |