summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Naujok <bnaujok@sgi.com>2007-06-13 16:04:54 +0000
committerBarry Naujok <bnaujok@sgi.com>2007-06-13 16:04:54 +0000
commit99539a24744a43ee413660821c457cd3536842e8 (patch)
treeb435eee0e08f086fb2fd66164cd36d209ae12780
parent8054c060a5db195f8190e13639ae88d4a5f62fba (diff)
downloadattr-99539a24744a43ee413660821c457cd3536842e8.tar.gz
LTLDFLAGS set in environment are overwritten, but they shouldn't be.
Merge of master-melb:xfs-cmds:28906a by kenmcd. LTLDFLAGS set in environment are overwritten, but they shouldn't be.
-rw-r--r--libattr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libattr/Makefile b/libattr/Makefile
index 697040c..7339131 100644
--- a/libattr/Makefile
+++ b/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