summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/gdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 93d934d11..629026dd4 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -22,7 +22,8 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,GDB,gdb,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
TARGET_CFLAGS+= ${TARGET_CPPFLAGS} -fPIC
-CONFIGURE_ARGS+= --without-uiout \
+CONFIGURE_ARGS+= --enable-static \
+ --without-uiout \
--disable-tui \
--disable-gdbtk \
--disable-gdbserver \