aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-11-10 12:19:45 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-11-10 12:26:18 +0100
commit5a95e2509c4c5f106c951004897a95bb060776ce (patch)
treeeed7f3060336570c3f854ba44c4c74c70193aa4b /Makefile
parent419eb24192cfb266b8eb40825ce019fe36f5c82e (diff)
downloadvis-5a95e2509c4c5f106c951004897a95bb060776ce.tar.gz
vis-5a95e2509c4c5f106c951004897a95bb060776ce.tar.xz
build: try to fix make standalone for multiarch systems
Force ncurses libdir to be /usr/lib not /usr/lib64.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0d17c0..0a758a8 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ dependency/sources/extract-libncurses: dependency/sources/$(LIBNCURSES).tar.gz
touch $@
dependency/sources/configure-libncurses: dependency/sources/extract-libncurses
- cd $(dir $<)/$(LIBNCURSES) && ./configure --prefix=/usr $(LIBNCURSES_CONFIG)
+ cd $(dir $<)/$(LIBNCURSES) && ./configure --prefix=/usr --libdir=/usr/lib $(LIBNCURSES_CONFIG)
touch $@
dependency/sources/build-libncurses: dependency/sources/configure-libncurses