summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-08-08 13:26:22 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-08-08 13:26:22 -0700
commit8d3b290360cc437762d863d6f726b4e754b3582f (patch)
tree2a7f560d972accdfb1677d77e902d7deb9e2cd77 /sys-fs/multipath-tools/files
parentnet-irc/weechat: fix doc install, update guile dep, update to EAPI 6 (diff)
downloadgentoo-8d3b290360cc437762d863d6f726b4e754b3582f.tar.gz
gentoo-8d3b290360cc437762d863d6f726b4e754b3582f.tar.bz2
gentoo-8d3b290360cc437762d863d6f726b4e754b3582f.zip
sys-fs/multipath-tools: fix LDFLAGS on mpathpersist.
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-fs/multipath-tools/files')
-rw-r--r--sys-fs/multipath-tools/files/multipath-tools-0.6.2-makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/multipath-tools/files/multipath-tools-0.6.2-makefile.patch b/sys-fs/multipath-tools/files/multipath-tools-0.6.2-makefile.patch
index a051473cbd88..e5e28aa731fd 100644
--- a/sys-fs/multipath-tools/files/multipath-tools-0.6.2-makefile.patch
+++ b/sys-fs/multipath-tools/files/multipath-tools-0.6.2-makefile.patch
@@ -127,7 +127,7 @@ diff -Nuar --exclude '*~' multipath-tools-e165b73.orig/mpathpersist/Makefile mul
$(EXEC): $(OBJS)
- $(CC) -g $(OBJS) -o $(EXEC) $(LDFLAGS) $(CFLAGS)
- $(GZIP) $(EXEC).8 > $(EXEC).8.gz
-+ $(CC) $(CFLAGS) $(CFLAGS) -g $(OBJS) -o $(EXEC) $(LIBS)
++ $(CC) $(CFLAGS) $(LDFLAGS) -g $(OBJS) -o $(EXEC) $(LIBS)
install:
$(INSTALL_PROGRAM) -d $(DESTDIR)$(bindir)