diff options
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 \ |