diff options
Diffstat (limited to 'debian/patches/fix-build-top-mk')
-rw-r--r-- | debian/patches/fix-build-top-mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/fix-build-top-mk b/debian/patches/fix-build-top-mk new file mode 100644 index 0000000..5cb469d --- /dev/null +++ b/debian/patches/fix-build-top-mk @@ -0,0 +1,13 @@ +Index: openldap/build/top.mk +=================================================================== +--- openldap.orig/build/top.mk 2022-05-20 17:36:15.513248684 -0400 ++++ openldap/build/top.mk 2022-05-20 17:36:15.509248681 -0400 +@@ -20,7 +20,7 @@ + RELEASEDATE= @OPENLDAP_RELEASE_DATE@ + + @SET_MAKE@ +-SHELL = /bin/sh ++SHELL = @SHELL@ + + top_builddir = @top_builddir@ + |