diff options
Diffstat (limited to 'package/sipsak/Makefile')
-rw-r--r-- | package/sipsak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sipsak/Makefile b/package/sipsak/Makefile index df2a00ef3..00c9be071 100644 --- a/package/sipsak/Makefile +++ b/package/sipsak/Makefile @@ -20,7 +20,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,SIPSAK,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_STYLE:= gnu +CONFIGURE_STYLE:= autoconf gnu CONFIGURE_ARGS+= --disable-gnutls BUILD_STYLE:= auto INSTALL_STYLE:= auto |