diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/openldap21-server/files/patch-configure | 19 | ||||
-rw-r--r-- | net/openldap22-server/files/patch-configure | 19 | ||||
-rw-r--r-- | net/openldap23-server/files/patch-configure | 19 | ||||
-rw-r--r-- | net/openldap24-server/files/patch-configure | 19 |
4 files changed, 76 insertions, 0 deletions
diff --git a/net/openldap21-server/files/patch-configure b/net/openldap21-server/files/patch-configure new file mode 100644 index 000000000000..c5b2c6831552 --- /dev/null +++ b/net/openldap21-server/files/patch-configure @@ -0,0 +1,19 @@ +# +# ITS#2764: fix sed of perl ldopts +# +--- configure.orig Sun Oct 12 00:40:06 2003 ++++ configure Fri Nov 14 15:39:47 2003 +@@ -7808,10 +7808,11 @@ + + else + PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`" ++ PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /g' -e 's/ -lc$//'`" + if test x"$ol_with_perl_module" = "xstatic" ; then +- SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" ++ SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS" + else +- MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" ++ MOD_PERL_LDFLAGS="$PERL_LDFLAGS" + fi + ol_link_perl=yes + fi diff --git a/net/openldap22-server/files/patch-configure b/net/openldap22-server/files/patch-configure new file mode 100644 index 000000000000..ff7839337b46 --- /dev/null +++ b/net/openldap22-server/files/patch-configure @@ -0,0 +1,19 @@ +# +# ITS#2764: fix sed of perl ldopts +# +--- configure.orig Sun Oct 12 00:40:06 2003 ++++ configure Fri Nov 14 15:39:47 2003 +@@ -7809,10 +7809,11 @@ + + else + PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`" ++ PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /g' -e 's/ -lc$//'`" + if test x"$ol_with_perl_module" = "xstatic" ; then +- SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" ++ SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS" + else +- MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" ++ MOD_PERL_LDFLAGS="$PERL_LDFLAGS" + fi + ol_link_perl=yes + fi diff --git a/net/openldap23-server/files/patch-configure b/net/openldap23-server/files/patch-configure new file mode 100644 index 000000000000..ff7839337b46 --- /dev/null +++ b/net/openldap23-server/files/patch-configure @@ -0,0 +1,19 @@ +# +# ITS#2764: fix sed of perl ldopts +# +--- configure.orig Sun Oct 12 00:40:06 2003 ++++ configure Fri Nov 14 15:39:47 2003 +@@ -7809,10 +7809,11 @@ + + else + PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`" ++ PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /g' -e 's/ -lc$//'`" + if test x"$ol_with_perl_module" = "xstatic" ; then +- SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" ++ SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS" + else +- MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" ++ MOD_PERL_LDFLAGS="$PERL_LDFLAGS" + fi + ol_link_perl=yes + fi diff --git a/net/openldap24-server/files/patch-configure b/net/openldap24-server/files/patch-configure new file mode 100644 index 000000000000..ff7839337b46 --- /dev/null +++ b/net/openldap24-server/files/patch-configure @@ -0,0 +1,19 @@ +# +# ITS#2764: fix sed of perl ldopts +# +--- configure.orig Sun Oct 12 00:40:06 2003 ++++ configure Fri Nov 14 15:39:47 2003 +@@ -7809,10 +7809,11 @@ + + else + PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`" ++ PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /g' -e 's/ -lc$//'`" + if test x"$ol_with_perl_module" = "xstatic" ; then +- SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" ++ SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS" + else +- MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" ++ MOD_PERL_LDFLAGS="$PERL_LDFLAGS" + fi + ol_link_perl=yes + fi |