]> git.pld-linux.org Git - packages/attr.git/commitdiff
- fix compile/link with libtool on sparc64.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 24 May 2005 22:00:02 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (libtool: compile/link: unable to infer tagged configuration
   libtool: compile/link: specify a tag with `--tag')

Changed files:
    attr-lt.patch -> 1.1

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

diff --git a/attr-lt.patch b/attr-lt.patch
new file mode 100644 (file)
index 0000000..73716ec
--- /dev/null
@@ -0,0 +1,15 @@
+--- attr-2.4.20/include/buildmacros.orig       2004-10-15 15:05:17 +0000
++++ attr-2.4.20/include/buildmacros    2005-05-24 21:54:20 +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.045487 seconds and 4 git commands to generate.