]> git.pld-linux.org Git - packages/sudo.git/blob - sudo-libtool.patch
- up to 1.7.10p6 (fixes regresion from version 1.7.10p4)
[packages/sudo.git] / sudo-libtool.patch
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 @@
4         $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/sudo_noexec.c
5  
6  libsudo_noexec.la: sudo_noexec.lo
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
11  @DEV@GENERATED = gram.h gram.c toke.c def_data.c def_data.h getdate
This page took 0.084429 seconds and 3 git commands to generate.