summaryrefslogtreecommitdiff
path: root/Ports/bash/patches
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-04-25 07:21:28 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-25 10:14:50 +0200
commit6a825510a05ae0ba07bb8f64a8eddb67fafdc865 (patch)
tree474a0873ae16c1bc0795294b5d6a58777998da99 /Ports/bash/patches
parentadaf2b347cc693f355a731e395a7437293cc365a (diff)
downloadserenity-6a825510a05ae0ba07bb8f64a8eddb67fafdc865.zip
Ports: Fix detection for -ldl
Diffstat (limited to 'Ports/bash/patches')
-rw-r--r--Ports/bash/patches/disable-dynamic-loading.patch63
1 files changed, 0 insertions, 63 deletions
diff --git a/Ports/bash/patches/disable-dynamic-loading.patch b/Ports/bash/patches/disable-dynamic-loading.patch
deleted file mode 100644
index 6e088b987c..0000000000
--- a/Ports/bash/patches/disable-dynamic-loading.patch
+++ /dev/null
@@ -1,63 +0,0 @@
---- a/configure.ac 2019-01-02 17:39:11.000000000 +0300
-+++ b/configure.ac 2019-11-19 17:18:54.094241509 +0300
-@@ -1164,25 +1164,9 @@
- fi
-
- #
--# Shared object configuration section. These values are generated by
--# ${srcdir}/support/shobj-conf
--#
--if test "$ac_cv_func_dlopen" = "yes" && test -f ${srcdir}/support/shobj-conf
--then
-- AC_MSG_CHECKING(shared object configuration for loadable builtins)
-- eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`
-- AC_SUBST(SHOBJ_CC)
-- AC_SUBST(SHOBJ_CFLAGS)
-- AC_SUBST(SHOBJ_LD)
-- AC_SUBST(SHOBJ_LDFLAGS)
-- AC_SUBST(SHOBJ_XLDFLAGS)
-- AC_SUBST(SHOBJ_LIBS)
-- AC_SUBST(SHOBJ_STATUS)
-- AC_MSG_RESULT($SHOBJ_STATUS)
--else
-- SHOBJ_STATUS=unsupported
-- AC_SUBST(SHOBJ_STATUS)
--fi
-+# Shared object configuration section.
-+SHOBJ_STATUS=unsupported
-+AC_SUBST(SHOBJ_STATUS)
-
- # try to create a directory tree if the source is elsewhere
- # this should be packaged into a script accessible via ${srcdir}/support
---- a/configure 2019-01-02 17:43:31.000000000 +0300
-+++ b/configure 2019-11-19 17:18:56.126259727 +0300
-@@ -16367,27 +16367,8 @@
- fi
-
- #
--# Shared object configuration section. These values are generated by
--# ${srcdir}/support/shobj-conf
--#
--if test "$ac_cv_func_dlopen" = "yes" && test -f ${srcdir}/support/shobj-conf
--then
-- { $as_echo "$as_me:${as_lineno-$LINENO}: checking shared object configuration for loadable builtins" >&5
--$as_echo_n "checking shared object configuration for loadable builtins... " >&6; }
-- eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`
--
--
--
--
--
--
--
-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SHOBJ_STATUS" >&5
--$as_echo "$SHOBJ_STATUS" >&6; }
--else
-- SHOBJ_STATUS=unsupported
--
--fi
-+# Shared object configuration section.
-+SHOBJ_STATUS=unsupported
-
- # try to create a directory tree if the source is elsewhere
- # this should be packaged into a script accessible via ${srcdir}/support