diff options
Diffstat (limited to 'net-nds/openldap/files/openldap-2.6.1-fix-bashism-configure.patch')
-rw-r--r-- | net-nds/openldap/files/openldap-2.6.1-fix-bashism-configure.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-nds/openldap/files/openldap-2.6.1-fix-bashism-configure.patch b/net-nds/openldap/files/openldap-2.6.1-fix-bashism-configure.patch new file mode 100644 index 000000000000..93b104198ba6 --- /dev/null +++ b/net-nds/openldap/files/openldap-2.6.1-fix-bashism-configure.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index a5075be..b78f2ad 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -2055,7 +2055,7 @@ dnl + WITH_SYSTEMD=no + systemdsystemunitdir= + ol_link_systemd=no +-if test $ol_enable_slapd == no && test $ol_enable_balancer != yes ; then ++if test $ol_enable_slapd = no && test $ol_enable_balancer != yes ; then + if test $ol_with_systemd != no ; then + AC_MSG_WARN([servers disabled, ignoring --with-systemd=$ol_with_systemd argument]) + ol_with_systemd=no |