summaryrefslogtreecommitdiffstats
path: root/system/multipath-tools/0002-multipathd-add-ncurses-to-linker.patch
diff options
context:
space:
mode:
author Nikos Giotis <nikos.giotis@gmail.com>2019-04-12 22:44:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-04-12 22:44:58 +0700
commit99822beef8cc3dca96457dd2aecd0723032b84d2 (patch)
treec9fb81818850ed976629440864382646dffa46fd /system/multipath-tools/0002-multipathd-add-ncurses-to-linker.patch
parenta1e55b482a37997927da498fc15124ba1ad79a71 (diff)
downloadslackbuilds-99822beef8cc3dca96457dd2aecd0723032b84d2.tar.gz
slackbuilds-99822beef8cc3dca96457dd2aecd0723032b84d2.tar.xz
system/multipath-tools: Updated for version 0.7.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/multipath-tools/0002-multipathd-add-ncurses-to-linker.patch')
-rw-r--r--system/multipath-tools/0002-multipathd-add-ncurses-to-linker.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/multipath-tools/0002-multipathd-add-ncurses-to-linker.patch b/system/multipath-tools/0002-multipathd-add-ncurses-to-linker.patch
new file mode 100644
index 0000000000..f68c4af0b3
--- /dev/null
+++ b/system/multipath-tools/0002-multipathd-add-ncurses-to-linker.patch
@@ -0,0 +1,11 @@
+--- multipathd/Makefile.orig 2017-11-10 17:52:36.070562376 +0200
++++ multipathd/Makefile 2017-11-10 18:10:47.854895039 +0200
+@@ -11,7 +11,7 @@ CFLAGS += $(BIN_CFLAGS) -I$(multipathdir
+ LDFLAGS += $(BIN_LDFLAGS)
+ LIBDEPS += -L$(multipathdir) -lmultipath -L$(mpathpersistdir) -lmpathpersist \
+ -L$(mpathcmddir) -lmpathcmd -ludev -ldl -lurcu -lpthread \
+- -ldevmapper -lreadline
++ -ldevmapper -lreadline -lncurses
+
+ ifdef SYSTEMD
+ CFLAGS += -DUSE_SYSTEMD=$(SYSTEMD)