summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-05 01:23:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-05 01:24:10 +0100
commit1dcaf313b2ded967ed4868ada97f95ab4e2c2feb (patch)
treeae9d8d23dc7604174bc9caccd50a82d42c1851cb /package/gdb
parent754028e378c231e5adfa227b80ad656b2f835295 (diff)
gdb: force usage of --enable-static
Diffstat (limited to 'package/gdb')
-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 \