xfs-masters
[Top] [All Lists]

[xfs-masters] [Bug 760] New: attr-2.4.38: LTLDFLAGS set in environment

To: xfs-master@xxxxxxxxxxx
Subject: [xfs-masters] [Bug 760] New: attr-2.4.38: LTLDFLAGS set in environment are ignored because of typo in libattr/Makefile
From: bugzilla-daemon@xxxxxxxxxxx
Date: Tue, 12 Jun 2007 07:04:19 -0700
Reply-to: xfs-masters@xxxxxxxxxxx
Sender: xfs-masters-bounce@xxxxxxxxxxx
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.


<Prev in Thread] Current Thread [Next in Thread>
  • [xfs-masters] [Bug 760] New: attr-2.4.38: LTLDFLAGS set in environment are ignored because of typo in libattr/Makefile, bugzilla-daemon <=