Explorar o código

uclibc-ng-test: fix static only build

Waldemar Brodkorb %!s(int64=9) %!d(string=hai) anos
pai
achega
8f5b467ea2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/uclibc-ng-test/Makefile

+ 1 - 1
package/uclibc-ng-test/Makefile

@@ -35,7 +35,7 @@ ifeq ($(ADK_TARGET_BINFMT_FLAT),y)
 XAKE_FLAGS+=		NO_DL=1
 XAKE_FLAGS+=		NO_DL=1
 endif
 endif
 ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y)
 ifeq ($(ADK_TARGET_USE_STATIC_LIBS),y)
-XAKE_FLAGS+=		NO_DL=1
+XAKE_FLAGS+=		NO_DL=1 NO_TLS=1 NO_NPTL=1
 endif
 endif
 ifeq ($(ADK_RUNTIME_ENABLE_LOCALE),)
 ifeq ($(ADK_RUNTIME_ENABLE_LOCALE),)
 XAKE_FLAGS+=		NO_LOCALE=1
 XAKE_FLAGS+=		NO_LOCALE=1