From 258ab03b24d7cb8809f37db11870e9c5680471db Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Mon, 7 Dec 2009 21:09:11 +0100
Subject: fix conditional non-static compile

---
 package/zlib/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'package/zlib')

diff --git a/package/zlib/Makefile b/package/zlib/Makefile
index cf4edff8d..1d3b0489c 100644
--- a/package/zlib/Makefile
+++ b/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
 
-- 
cgit v1.2.3