summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/tgt/files/0001-usr-Makefile-WARNING-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-support/tgt/files/0001-usr-Makefile-WARNING-fix.patch')
-rw-r--r--meta-openstack/recipes-support/tgt/files/0001-usr-Makefile-WARNING-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/tgt/files/0001-usr-Makefile-WARNING-fix.patch b/meta-openstack/recipes-support/tgt/files/0001-usr-Makefile-WARNING-fix.patch
index 15f5482..f749101 100644
--- a/meta-openstack/recipes-support/tgt/files/0001-usr-Makefile-WARNING-fix.patch
+++ b/meta-openstack/recipes-support/tgt/files/0001-usr-Makefile-WARNING-fix.patch
@@ -22,7 +22,7 @@ index 1fae7e7..2db109c 100644
22 TGTD_DEP = $(TGTD_OBJS:.o=.d) 22 TGTD_DEP = $(TGTD_OBJS:.o=.d)
23 23
24-LDFLAGS = -Wl,-E,-rpath=$(libdir) 24-LDFLAGS = -Wl,-E,-rpath=$(libdir)
25+LDFLAGS = -Wl,-E 25+LDFLAGS += -Wl,-E
26 26
27 .PHONY:all 27 .PHONY:all
28 all: $(PROGRAMS) $(MODULES) 28 all: $(PROGRAMS) $(MODULES)