]> git.pld-linux.org Git - packages/acl.git/blob - acl-lt.patch
- updated to 2.2.47
[packages/acl.git] / acl-lt.patch
1 --- acl-2.2.28/include/buildmacros.orig 2004-10-15 15:05:14 +0000
2 +++ acl-2.2.28/include/buildmacros      2005-05-24 22:09:15 +0000
3 @@ -69,10 +69,10 @@
4  LTOBJECTS = $(OBJECTS:.o=.lo)
5  LTVERSION = $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
6  
7 -LTLINK = $(LIBTOOL) --mode=link $(CC)
8 +LTLINK = $(LIBTOOL) --mode=link --tag=CC $(CCF)
9  LTEXEC = $(LIBTOOL) --mode=execute
10  LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
11 -LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF)
12 +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CCF)
13  
14  ifeq ($(ENABLE_SHARED),yes)
15  LTLDFLAGS += -rpath $(PKG_LIB_DIR)
16 --- acl-2.2.39/configure.in.orig        2007-02-13 10:26:52.000000000 +0100
17 +++ acl-2.2.39/configure.in     2007-02-13 10:27:42.000000000 +0100
18 @@ -2,6 +2,8 @@
19  AC_CONFIG_HEADER(include/config.h)
20  AC_PREFIX_DEFAULT(/usr)
21  
22 +AC_PROG_LIBTOOL
23 +
24  AC_ARG_ENABLE(shared,
25  [ --enable-shared=[yes/no] Enable use of shared libraries [default=yes]],,
26         enable_shared=yes)
This page took 0.137354 seconds and 3 git commands to generate.