summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@gmail.com>2015-11-02 13:21:40 -0800
committerJoseph Henry <joseph.henry@gmail.com>2015-11-02 13:21:40 -0800
commitda462bbd55e6940efadf75b980708cb62fe23195 (patch)
tree7dd3f0170b49d4abd36bc7f64ce661a525634ae7 /make-linux.mk
parentbb912cff30c3bb3620f7309cbe7e23290849d174 (diff)
downloadinfinitytier-da462bbd55e6940efadf75b980708cb62fe23195.tar.gz
infinitytier-da462bbd55e6940efadf75b980708cb62fe23195.zip
Removed curses dependency
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk
index af8d3967..2f60597c 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -85,7 +85,7 @@ else
CFLAGS+=-Wall -fPIE -fvisibility=hidden -pthread $(INCLUDES) -DNDEBUG $(DEFS)
CXXFLAGS?=-O3 -fstack-protector
CXXFLAGS+=-Wall -Wreorder -fPIE -fvisibility=hidden -fno-rtti -pthread $(INCLUDES) -DNDEBUG $(DEFS)
- LDFLAGS=-ldl -lcurses -pie -Wl,-z,relro,-z,now
+ LDFLAGS=-ldl -pie -Wl,-z,relro,-z,now
STRIP=strip --strip-all
endif