aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-03-23 13:27:13 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-03-23 14:25:47 +0100
commita2c74204c99416fb37e5de815eb5d02fc2e98f93 (patch)
tree4261167edb611af39a2b014bf944c6ceed54db25 /GNUmakefile
parenteef823c076f68ad2f72f9f0560e8b28410a60a07 (diff)
downloadvis-a2c74204c99416fb37e5de815eb5d02fc2e98f93.tar.gz
vis-a2c74204c99416fb37e5de815eb5d02fc2e98f93.tar.xz
do not link lua against ncurses
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 90d830f..45ddd07 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -112,7 +112,7 @@ dependency/sources/patch-liblua: dependency/sources/extract-liblua
touch $@
dependency/sources/build-liblua: dependency/sources/patch-liblua dependency/sources/install-liblpeg
- $(MAKE) -C $(dir $<)/$(LIBLUA)/src all CC=$(CC) MYCFLAGS="-DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -DLUA_COMPAT_ALL -DLUA_USE_POSIX -DLUA_USE_DLOPEN -fPIC" MYLIBS="-Wl,-E -ldl -lncursesw -lm"
+ $(MAKE) -C $(dir $<)/$(LIBLUA)/src all CC=$(CC) MYCFLAGS="-DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -DLUA_COMPAT_ALL -DLUA_USE_POSIX -DLUA_USE_DLOPEN -fPIC" MYLIBS="-Wl,-E -ldl -lm"
#$(MAKE) -C $(dir $<)/$(LIBLUA) posix CC=$(CC)
touch $@