diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-13 09:11:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-13 09:11:48 +0100 |
commit | 607c3fcd1d10a37c077c870df450b5389fb519bf (patch) | |
tree | 9c7c0e209d6373efe2296e379c63c29d27a8847b /package/libevent/patches/patch-configure | |
parent | c16eb800d935d903d2ab38b3da8270324284e973 (diff) | |
parent | f42fb988bae9d402b0b204614b54ba9b4261d877 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libevent/patches/patch-configure')
-rw-r--r-- | package/libevent/patches/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/libevent/patches/patch-configure b/package/libevent/patches/patch-configure deleted file mode 100644 index a49265f38..000000000 --- a/package/libevent/patches/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- libevent-1.4.14b-stable.orig/configure 2010-06-20 15:06:18.000000000 +0200 -+++ libevent-1.4.14b-stable/configure 2011-05-11 13:12:43.000000000 +0200 -@@ -10847,7 +10847,7 @@ if test "${ac_cv_lib_nsl_inet_ntoa+set}" - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lnsl $LIBS" -+LIBS="$LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -10882,7 +10882,7 @@ if test "x$ac_cv_lib_nsl_inet_ntoa" = x" - #define HAVE_LIBNSL 1 - _ACEOF - -- LIBS="-lnsl $LIBS" -+ LIBS="$LIBS" - - fi - |