Explorar o código

fix static building of gdb

Waldemar Brodkorb %!s(int64=13) %!d(string=hai) anos
pai
achega
5be4c4567a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/gdb/Makefile

+ 1 - 0
package/gdb/Makefile

@@ -18,6 +18,7 @@ $(eval $(call PKG_template,GDB,gdb,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},
 
 ifeq ($(ADK_STATIC),y)
 TARGET_CFLAGS+=         -static
+CONFIGURE_ARGS+=	--enable-static
 endif
 
 TARGET_CFLAGS:=         $(filter-out -flto,$(TARGET_CFLAGS))