From: Paweł Sikora Date: Tue, 24 May 2005 22:00:02 +0000 (+0000) Subject: - fix compile/link with libtool on sparc64. X-Git-Tag: auto/ac/attr-2_4_23-1~4 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fattr.git;a=commitdiff_plain;h=14001d9455eecfcd4d8817c219309c47b5619e65 - fix compile/link with libtool on sparc64. (libtool: compile/link: unable to infer tagged configuration libtool: compile/link: specify a tag with `--tag') Changed files: attr-lt.patch -> 1.1 --- diff --git a/attr-lt.patch b/attr-lt.patch new file mode 100644 index 0000000..73716ec --- /dev/null +++ b/attr-lt.patch @@ -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)