]> git.pld-linux.org Git - packages/acl.git/commitdiff
- fix build.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 24 May 2005 22:15:13 +0000 (22:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl-lt.patch -> 1.1

acl-lt.patch [new file with mode: 0644]

diff --git a/acl-lt.patch b/acl-lt.patch
new file mode 100644 (file)
index 0000000..39c2428
--- /dev/null
@@ -0,0 +1,15 @@
+--- acl-2.2.28/include/buildmacros.orig        2004-10-15 15:05:14 +0000
++++ acl-2.2.28/include/buildmacros     2005-05-24 22:09:15 +0000
+@@ -69,10 +69,10 @@
+ LTOBJECTS = $(OBJECTS:.o=.lo)
+ LTVERSION = $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+-LTLINK = $(LIBTOOL) --mode=link $(CC)
++LTLINK = $(LIBTOOL) --mode=link --tag=CC $(CC)
+ LTEXEC = $(LIBTOOL) --mode=execute
+ LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF)
++LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CCF)
+ ifeq ($(ENABLE_SHARED),yes)
+ LTLDFLAGS += -rpath $(PKG_LIB_DIR)
This page took 0.103913 seconds and 4 git commands to generate.