From ac1d92c425414bad889c1a60d0d2aee25581b74f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:27 +0000 Subject: package/: get rid of unneeded $(strip ..) --- package/neon/neon.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/neon') diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 78c1ad35e..e92e134b6 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -11,17 +11,17 @@ NEON_CONF_OPT:=--enable-shared --without-gssapi --disable-rpath NEON_DEPENDENCIES:=pkgconfig -ifeq ($(strip $(BR2_PACKAGE_NEON_LIBXML2)),y) +ifeq ($(BR2_PACKAGE_NEON_LIBXML2),y) NEON_CONF_OPT+=--with-libxml2=yes NEON_CONF_OPT+=--with-expat=no NEON_DEPENDENCIES+=libxml2 endif -ifeq ($(strip $(BR2_PACKAGE_NEON_EXPAT)),y) +ifeq ($(BR2_PACKAGE_NEON_EXPAT),y) NEON_CONF_OPT+=--with-expat=$(STAGING_DIR)/usr/lib/libexpat.la NEON_CONF_OPT+=--with-libxml2=no NEON_DEPENDENCIES+=expat endif -ifeq ($(strip $(BR2_PACKAGE_NEON_NOXML)),y) +ifeq ($(BR2_PACKAGE_NEON_NOXML),y) # webdav needs xml support NEON_CONF_OPT+=--disable-webdav endif -- cgit v1.2.3