]> git.pld-linux.org Git - packages/sudo.git/blob - sudo-libtool.patch
- silly typos
[packages/sudo.git] / sudo-libtool.patch
1 --- sudo-1.6.9p3/Makefile.in.orig       2007-08-04 23:32:54.360991000 +0200
2 +++ sudo-1.6.9p3/Makefile.in    2007-08-04 23:41:47.219357321 +0200
3 @@ -191,7 +191,7 @@
4         $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/sudo_noexec.c
5  
6  sudo_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@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c def_data.c def_data.h
This page took 0.026146 seconds and 3 git commands to generate.