diff options
Diffstat (limited to 'security/sudo/patches/patch-aa')
-rw-r--r-- | security/sudo/patches/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/security/sudo/patches/patch-aa b/security/sudo/patches/patch-aa index 7529ef7ee3e..0e993c0f2d0 100644 --- a/security/sudo/patches/patch-aa +++ b/security/sudo/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.11 2004/08/23 21:15:17 xtraeme Exp $ +$NetBSD: patch-aa,v 1.12 2004/08/24 17:31:48 cube Exp $ ---- Makefile.in.orig 2004-08-23 22:47:51.000000000 +0200 -+++ Makefile.in 2004-08-23 22:48:20.000000000 +0200 -@@ -292,11 +292,11 @@ +--- Makefile.in.orig 2004-05-28 22:27:59.000000000 +0200 ++++ Makefile.in +@@ -181,7 +181,7 @@ testsudoers: $(TESTOBJS) $(LIBOBJS) + $(CC) -o $@ $(TESTOBJS) $(LIBOBJS) $(LDFLAGS) $(LIBS) $(NET_LIBS) + + sudo_noexec.la: sudo_noexec.lo +- $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir) ++ $(LIBTOOL) --mode=link $(CC) -module $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir) + + # Uncomment the following if you want "make distclean" to clean the parser + @DEV@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c def_data.c def_data.h +@@ -292,11 +292,11 @@ sudoers.man:: sudoers.man.in sudoers.cat: sudoers.man |