summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/neon/neon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/neon/neon.mk b/package/neon/neon.mk
index 0cff1a26f8..13d80844cc 100644
--- a/package/neon/neon.mk
+++ b/package/neon/neon.mk
@@ -28,7 +28,7 @@ NEON_CONF_OPTS += --without-ssl
endif
ifeq ($(BR2_PACKAGE_NEON_EXPAT),y)
-NEON_CONF_OPTS += --with-expat=$(STAGING_DIR)/usr/lib/libexpat.la
+NEON_CONF_OPTS += --with-expat=yes
NEON_DEPENDENCIES += expat
else
NEON_CONF_OPTS += --with-expat=no
OpenPOWER on IntegriCloud