diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:36:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 02:36:54 +0000 |
commit | 6c8810f07de30e1895fbd0b82401f3dec19746da (patch) | |
tree | f5eb04c163171a6edef3d0fba3fbed4652ff9fbf /net/openldap/files/patch-ab | |
parent | Update to version 4.0.8. (diff) |
Update to version 1.2.10.
PR: 18841
Submitted by: R\xe9mi Guyomarch <rguyom@321.net>
Notes
Notes:
svn path=/head/; revision=28857
Diffstat (limited to 'net/openldap/files/patch-ab')
-rw-r--r-- | net/openldap/files/patch-ab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/openldap/files/patch-ab b/net/openldap/files/patch-ab new file mode 100644 index 000000000000..0e6d89b746e0 --- /dev/null +++ b/net/openldap/files/patch-ab @@ -0,0 +1,8 @@ +--- tests/scripts/defines.sh~ Wed May 26 02:06:42 1999 ++++ tests/scripts/defines.sh Thu May 25 22:53:23 2000 +@@ -53,3 +53,5 @@ + ACLOUTMASTER=$DATADIR/acl.out.master + REPLOUTMASTER=$DATADIR/repl.out.master + MODSRCHFILTERS=$DATADIR/modify.search.filters ++# Just in case we linked the binaries dynamically ++export LD_LIBRARY_PATH=`pwd`/../libraries |