diff options
Diffstat (limited to 'package/neon/Makefile')
-rw-r--r-- | package/neon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/neon/Makefile b/package/neon/Makefile index ffd9da574..a61964445 100644 --- a/package/neon/Makefile +++ b/package/neon/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://webdav.org/neon/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,NEON,neon,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,NEON,neon,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-ssl=openssl \ |