]> git.pld-linux.org Git - packages/attr.git/blob - attr-lt.patch
- x32 rebuild
[packages/attr.git] / attr-lt.patch
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)
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)
This page took 0.063423 seconds and 3 git commands to generate.