summaryrefslogtreecommitdiffstats
path: root/recipes-support/openldap/openldap-2.4.39/fix-build-top-mk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/openldap/openldap-2.4.39/fix-build-top-mk.patch')
-rw-r--r--recipes-support/openldap/openldap-2.4.39/fix-build-top-mk.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-support/openldap/openldap-2.4.39/fix-build-top-mk.patch b/recipes-support/openldap/openldap-2.4.39/fix-build-top-mk.patch
new file mode 100644
index 0000000..418fe35
--- /dev/null
+++ b/recipes-support/openldap/openldap-2.4.39/fix-build-top-mk.patch
@@ -0,0 +1,11 @@
1--- a/build/top.mk
2+++ b/build/top.mk
3@@ -20,7 +20,7 @@
4 RELEASEDATE= @OPENLDAP_RELEASE_DATE@
5
6 @SET_MAKE@
7-SHELL = /bin/sh
8+SHELL = @SHELL@
9
10 top_builddir = @top_builddir@
11