Explorar o código

fix conditional non-static compile

Waldemar Brodkorb %!s(int64=16) %!d(string=hai) anos
pai
achega
258ab03b24
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/zlib/Makefile

+ 2 - 2
package/zlib/Makefile

@@ -28,11 +28,11 @@ CONFIGURE_STYLE:=	manual
 BUILD_STYLE:=		auto
 INSTALL_STYLE:=		auto
 
-ifeq ($(ADK_NATIVE),n)
+ifeq ($(ADK_NATIVE),)
 COPTS:=                 $(TARGET_CONFIGURE_OPTS)
 endif
 
-ifeq ($(ADK_STATIC),n)
+ifeq ($(ADK_STATIC),)
 CONFIGURE_OPTS:=	--shared
 endif