diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:40:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 04:40:45 +0000 |
commit | 3238fdf3ff17469da035ed1994e6665fd9e73827 (patch) | |
tree | b59222f25b60b559896a43dd9b991b27c5bc4287 /net/openldap12/files/patch-ab | |
parent | Convert to ELF. (diff) |
Initial import of OpenLDAP version 1.0.1.
Open source LDAP client and server software.
PR: 7995
Submitted by: Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>
Notes
Notes:
svn path=/head/; revision=13833
Diffstat (limited to 'net/openldap12/files/patch-ab')
-rw-r--r-- | net/openldap12/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/openldap12/files/patch-ab b/net/openldap12/files/patch-ab new file mode 100644 index 000000000000..6fff54cd4064 --- /dev/null +++ b/net/openldap12/files/patch-ab @@ -0,0 +1,19 @@ +*** build/platforms/freebsd2-gcc/Make-platform.orig Mon Sep 21 14:44:56 1998 +--- build/platforms/freebsd2-gcc/Make-platform Mon Sep 21 14:53:32 1998 +*************** +*** 6,12 **** + # + # add any platform-specific overrides below here + # +! EXTRACFLAGS=-O -g + LDBMBACKEND=-DLDBM_USE_DBBTREE + LDBMINCLUDE=-I/usr/include + +--- 6,12 ---- + # + # add any platform-specific overrides below here + # +! EXTRACFLAGS?=-O -g + LDBMBACKEND=-DLDBM_USE_DBBTREE + LDBMINCLUDE=-I/usr/include + |