summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 768b511)
raw | patch | inline | side by side (parent: 768b511)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 21 Dec 2006 15:32:13 +0000 (15:32 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 21 Dec 2006 15:32:13 +0000 (15:32 +0000) |
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 163676f87e890ca9ff4e797e4786cbe6cbd4d64f..b8ac26a7c71371fdd9542bf2c969ed09b474d423 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -I/usr/include/ncursesw
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0