http://oss.sgi.com/bugzilla/show_bug.cgi?id=760
Summary: attr-2.4.38: LTLDFLAGS set in environment are ignored
because of typo in libattr/Makefile
Product: Linux XFS
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: xfsprogs
AssignedTo: xfs-master@xxxxxxxxxxx
ReportedBy: Arfrever.FTA@xxxxxxxxx
LTLDFLAGS set in environment are overwritten, but they shouldn't be.
--- attr-2.4.38/libattr/Makefile
+++ attr-2.4.38/libattr/Makefile
@@ -4,7 +4,7 @@
TOPDIR = ..
-LTLDFLAGS = -Wl,--version-script,$(TOPDIR)/exports
+LTLDFLAGS += -Wl,--version-script,$(TOPDIR)/exports
include $(TOPDIR)/include/builddefs
LTLIBRARY = libattr.la
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|