From f7f1125a437f1da1bd8ffb7fcb8763fd16d0bd86 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 31 Oct 2006 11:37:52 +0000 Subject: [PATCH] fix rrs build with the SDK SVN-Revision: 5358 --- net/rrs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/rrs/Makefile b/net/rrs/Makefile index 354b23856..0bd2b54e9 100644 --- a/net/rrs/Makefile +++ b/net/rrs/Makefile @@ -39,6 +39,11 @@ define Package/rrs-nossl TITLE+= (without SSL support) endef +ifneq ($(SDK),) + CONFIG_PACKAGE_rrs:=m + CONFIG_PACKAGE_rrs-nossl:=m +endif + define Build/Compile/Template $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ -- 2.30.2