Browse Source

gdb: force usage of --enable-static

Waldemar Brodkorb 7 years ago
parent
commit
1dcaf313b2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/gdb/Makefile

+ 2 - 1
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 \