]> git.pld-linux.org Git - packages/sudo.git/blob - sudo-libtool.patch
- updated to 1.6.9p4
[packages/sudo.git] / sudo-libtool.patch
1 --- sudo-1.6.9p3/configure.in.orig      2007-08-04 22:34:32.005403000 +0200
2 +++ sudo-1.6.9p3/configure.in   2007-08-04 22:54:19.253060972 +0200
3 @@ -1149,8 +1149,8 @@
4  dnl
5  AC_CANONICAL_HOST
6  AC_CANONICAL_TARGET([])
7 -LT_PREREQ([1.9f])
8 -LT_INIT([disable-static])
9 +AC_DISABLE_STATIC
10 +AC_PROG_LIBTOOL
11  
12  dnl
13  dnl Defer with_noexec until after libtool magic runs
14 --- sudo-1.6.9p3/Makefile.in.orig       2007-08-04 23:32:54.360991000 +0200
15 +++ sudo-1.6.9p3/Makefile.in    2007-08-04 23:41:47.219357321 +0200
16 @@ -191,7 +191,7 @@
17         $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/sudo_noexec.c
18  
19  sudo_noexec.la: sudo_noexec.lo
20 -       $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir)
21 +       $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -module -rpath $(noexecdir)
22  
23  # Uncomment the following if you want "make distclean" to clean the parser
24  @DEV@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c def_data.c def_data.h
This page took 0.078753 seconds and 3 git commands to generate.