summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-ad
blob: ff67db0376ef5cff1d98ad2e6c2d164a5b8bfde4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ad,v 1.2 2005/03/25 17:40:25 wennmach Exp $

Do not install libacl.a, which conflicts with libacl.a from kth-krb4.

--- lib/acl/Makefile.in.orig	Mon May 29 21:52:48 2000
+++ lib/acl/Makefile.in		Mon May 29 21:53:22 2000
@@ -46,11 +46,8 @@
 	$(CC) -c $(DEFS) $(REALCFLAGS) $(PICFLAGS) $(CPPFLAGS) $<
 
 install: all
-	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
-	$(INSTALL_DATA) -m 0555 $(LIB) $(DESTDIR)$(libdir)/$(LIB)
 
 uninstall:
-	rm -f $(DESTDIR)$(libdir)/$(LIB)
 
 TAGS: $(SOURCES)
 	etags $(SOURCES)