diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-11-03 19:29:09 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-11-03 19:29:09 +0000 |
commit | 902b97f975c65453461630f7c20fa3c523bdf331 (patch) | |
tree | 94e438c1c2aa4311cd68320303853b35bcac10fd /benchmarks/siege/files/patch-configure | |
parent | - Mark as unbroken on 7.X. (diff) |
- Mark as unbroken on 7.X.
PR: ports/117631
Submitted by: Philip M. Golluci <pgollucci@p6m7g8.com>
Approved by: portmgr (pav), itetcu (mentor, implicit), jmelo (maintainer, implicit)
Diffstat (limited to 'benchmarks/siege/files/patch-configure')
-rw-r--r-- | benchmarks/siege/files/patch-configure | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/benchmarks/siege/files/patch-configure b/benchmarks/siege/files/patch-configure new file mode 100644 index 000000000000..fc936b6913a3 --- /dev/null +++ b/benchmarks/siege/files/patch-configure @@ -0,0 +1,65 @@ +--- ./configure.orig 2007-10-29 12:09:17.000000000 -0400 ++++ ./configure 2007-10-29 12:09:50.000000000 -0400 +@@ -9533,7 +9533,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-ldl $LIBS" ++LIBS="$LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -9592,7 +9592,7 @@ + echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 + echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 + if test $ac_cv_lib_dl_dlopen = yes; then +- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="" + else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 + echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +@@ -13314,7 +13314,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-ldl $LIBS" ++LIBS="$LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -13373,7 +13373,7 @@ + echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 + echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 + if test $ac_cv_lib_dl_dlopen = yes; then +- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="" + else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 + echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +@@ -19049,7 +19049,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-ldl $LIBS" ++LIBS="$LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -19108,7 +19108,7 @@ + echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 + echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 + if test $ac_cv_lib_dl_dlopen = yes; then +- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" ++ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="" + else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 + echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +@@ -20809,7 +20809,7 @@ + + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6; +- LDL=-ldl ++ LDL= + LIBS=$olibs + fi + rm -f conftest.err conftest.$ac_objext \ |