diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-24 18:33:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-24 18:33:31 +0100 |
commit | eb283f8f1e8af9715f253208d04ab97aa54ce6a7 (patch) | |
tree | 76149d60a1c2f1b3e252b1ea76038c6625fcfbbc /package/sipsak/Makefile | |
parent | 5354c72e7c5003499a2a1c7bdf3889e66cd29214 (diff) |
update mpd, libvirt, php and openldap
- make more features available in mpd
- add libmms package
- do not call redundant clean on cleantarget
Diffstat (limited to 'package/sipsak/Makefile')
-rw-r--r-- | package/sipsak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/sipsak/Makefile b/package/sipsak/Makefile index 089cb6afe..45ba006c9 100644 --- a/package/sipsak/Makefile +++ b/package/sipsak/Makefile @@ -5,9 +5,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= sipsak PKG_VERSION:= 0.9.6 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= c4eb8e282902e75f4f040f09ea9d99d5 -PKG_DESCR:= a SIP (Session Initiation Protocol) stress and diagnostics utility +PKG_DESCR:= a SIP stress and diagnostics utility PKG_SECTION:= net PKG_DEPENDS:= libopenssl PKG_URL:= http://sipsak.org @@ -18,7 +18,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:= autoconf gnu +CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --disable-gnutls BUILD_STYLE:= auto INSTALL_STYLE:= auto |