summaryrefslogtreecommitdiff
path: root/net/openldap12/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /net/openldap12/files/patch-aa
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'net/openldap12/files/patch-aa')
-rw-r--r--net/openldap12/files/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/openldap12/files/patch-aa b/net/openldap12/files/patch-aa
deleted file mode 100644
index 22b7d8d94a70..000000000000
--- a/net/openldap12/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- build/lib-shared.mk~ Thu May 25 22:46:57 2000
-+++ build/lib-shared.mk Thu May 25 22:50:24 2000
-@@ -20,5 +20,9 @@
- (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
- $(RM) ../`$(BASENAME) $@ .la`.a; \
- (d=`$(PWD)`; t=`$(BASENAME) $@ .la`.a; $(LN_S) `$(BASENAME) $$d`/.libs/$$t ../$$t)
-+ # If we want our binaries to link dynamically with libldap{,_r} liblber...
-+ # We also symlink the .so.# so we can run the tests without installing
-+ (d=`$(PWD)`; t=`$(BASENAME) $@ .la`.so; $(LN_S) `$(BASENAME) $$d`/.libs/$$t ../$$t)
-+ (d=`$(PWD)`; b=`$(BASENAME) $@ .la`; t=`ls $$d/.libs/$$b.so.?`; $(LN_S) `$(BASENAME) $$d`/.libs/`$(BASENAME) $$t` ../`$(BASENAME) $$t`)
-
- Makefile: $(top_srcdir)/build/lib-shared.mk