]> git.pld-linux.org Git - packages/acl.git/blame - acl-lt.patch
- up to 2.2.45
[packages/acl.git] / acl-lt.patch
CommitLineData
5a078416
PS
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)
161962ff 8+LTLINK = $(LIBTOOL) --mode=link --tag=CC $(CCF)
5a078416
PS
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)
b4a22aa2 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.136238 seconds and 4 git commands to generate.