summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-06 08:23:12 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-06 08:23:12 +0200
commit23076667a8d11dc1558acf1beb85d1e964a30444 (patch)
treea082951c336279c41d8124c4e5ad9e00cb3e12ba /packages
parente0ca5593b3d0d0697592ab0b703b8bb445d75bdc (diff)
downloadembtoolkit-23076667a8d11dc1558acf1beb85d1e964a30444.tar.gz
embtoolkit-23076667a8d11dc1558acf1beb85d1e964a30444.tar.bz2
embtoolkit-23076667a8d11dc1558acf1beb85d1e964a30444.tar.xz
Packages: ncurses: compile with -fPIC
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/misc/ncurses/ncurses.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/misc/ncurses/ncurses.mk b/packages/misc/ncurses/ncurses.mk
index 3c64cd3..cf5b22d 100644
--- a/packages/misc/ncurses/ncurses.mk
+++ b/packages/misc/ncurses/ncurses.mk
@@ -44,7 +44,8 @@ NCURSES_LIBS = libcurses.a libform.a libform_g.a libmenu.a libmenu_g.a \
libpanel_g.a terminfo
NCURSES_PKGCONFIGS =
-NCURSES_CONFIGURE_OPTS := --disable-rpath --without-cxx-binding \
+NCURSES_CONFIGURE_ENV := CFLAGS="$(CFLAGS) -fPIC"
+NCURSES_CONFIGURE_OPTS := --disable-rpath --without-cxx-binding \
--without-ada --disable-database \
--enable-termcap --without-progs \
--program-prefix=""