]> git.pld-linux.org Git - packages/sudo.git/blame - sudo-libtool.patch
- up to 1.7.10p6 (fixes regresion from version 1.7.10p4)
[packages/sudo.git] / sudo-libtool.patch
CommitLineData
3da66796
ER
1--- sudo-1.7.3/Makefile.in~ 2010-06-19 01:41:13.000000000 +0300
2+++ sudo-1.7.3/Makefile.in 2010-07-12 12:57:38.509586169 +0300
3@@ -210,7 +210,7 @@
297c6423
JB
4 $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/sudo_noexec.c
5
3da66796 6 libsudo_noexec.la: sudo_noexec.lo
297c6423
JB
7- $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir)
8+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -module -rpath $(noexecdir)
9
10 # Uncomment the following if you want "make distclean" to clean the parser
3da66796 11 @DEV@GENERATED = gram.h gram.c toke.c def_data.c def_data.h getdate
This page took 0.025247 seconds and 4 git commands to generate.