diff options
Diffstat (limited to 'package/neon/neon.mk')
-rw-r--r-- | package/neon/neon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/neon/neon.mk b/package/neon/neon.mk index 0c237dcaf..87eb9829d 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -6,7 +6,7 @@ NEON_VERSION:=0.28.3 NEON_SITE:=http://www.webdav.org/neon/ NEON_INSTALL_STAGING:=YES -NEON_CONF_OPT:=--enable-shared --without-gssapi --disable-rpath +NEON_CONF_OPT:=--without-gssapi --disable-rpath NEON_DEPENDENCIES:=host-pkg-config |