summaryrefslogtreecommitdiffstats
path: root/src/ncurses.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-03-10 09:41:54 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-10 09:41:54 (GMT)
commit915f2cc70bb12f6ad00b198cd90aa972170bc384 (patch)
treeaca5859acdf61ee5132cd2d6e4ff924fcdd66749 /src/ncurses.mk
parente2e2444ba044efa0a45c37a2db702bf56104820f (diff)
downloadmxe-915f2cc70bb12f6ad00b198cd90aa972170bc384.zip
mxe-915f2cc70bb12f6ad00b198cd90aa972170bc384.tar.gz
mxe-915f2cc70bb12f6ad00b198cd90aa972170bc384.tar.bz2
package ncurses: various fixes and disable shared build
Diffstat (limited to 'src/ncurses.mk')
-rw-r--r--src/ncurses.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ncurses.mk b/src/ncurses.mk
index 7f6514b..b99f3ed 100644
--- a/src/ncurses.mk
+++ b/src/ncurses.mk
@@ -27,6 +27,8 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix=$(PREFIX)/$(TARGET) \
+ --with-build-cc=gcc \
+ --with-build-cpp=cpp \
--disable-home-terminfo \
--enable-sp-funcs \
--enable-term-driver \
@@ -34,9 +36,14 @@ define $(PKG)_BUILD
--without-debug \
--without-ada \
--without-manpages \
+ --without-progs \
+ --without-tests \
--enable-pc-files \
+ PKG_CONFIG_LIBDIR='$(PREFIX)/$(TARGET)/lib/pkgconfig' \
--with-normal \
--without-shared
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install TIC_PATH='$(1).native/progs/tic'
endef
+
+$(PKG)_BUILD_SHARED =