diff options
Diffstat (limited to 'package/libstrophe/libstrophe.mk')
-rw-r--r-- | package/libstrophe/libstrophe.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libstrophe/libstrophe.mk b/package/libstrophe/libstrophe.mk index 1bd55c7cc..21f7d29f4 100644 --- a/package/libstrophe/libstrophe.mk +++ b/package/libstrophe/libstrophe.mk @@ -22,7 +22,7 @@ ifeq ($(BR2_PACKAGE_EXPAT),y) # configure script assumes expat should be used. LIBSTROPHE_DEPENDENCIES += expat else -LIBSTROPHE_CONF_OPT += --with-libxml2 +LIBSTROPHE_CONF_OPTS += --with-libxml2 LIBSTROPHE_DEPENDENCIES += libxml2 endif |