]> git.pld-linux.org Git - packages/attr.git/blame - attr-lt.patch
- pass CC with CFLAGS to libtool when linking - fixing multilib sparc build
[packages/attr.git] / attr-lt.patch
CommitLineData
14001d94
PS
1--- attr-2.4.20/include/buildmacros.orig 2004-10-15 15:05:17 +0000
2+++ attr-2.4.20/include/buildmacros 2005-05-24 21:54:20 +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)
9e673ad2 8+LTLINK = $(LIBTOOL) --mode=link --tag=CC $(CCF)
14001d94
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)
This page took 0.03153 seconds and 4 git commands to generate.