diff options
Diffstat (limited to 'data/neon')
-rw-r--r-- | data/neon/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/neon/make.sh b/data/neon/make.sh index 4c1fedf53..e8ae8c356 100644 --- a/data/neon/make.sh +++ b/data/neon/make.sh @@ -2,7 +2,7 @@ tar -zxvf "${PKG_DATA}/neon-0.26.4.tar.gz" cd neon-0.26.4 pkg:patch autoconf -pkg:configure --enable-shared=yes --enable-static=no --with-ssl +pkg:configure --with-ssl #--with-expat="${PKG_ROOT}/usr/lib/libexpat.la" make pkg:install |