For production systems, --with-malloc=native is a recommended feature.

Configs from debian/ directory are outdated, one should use from gw/

PR:		20076
Submitted by:	maintainer
This commit is contained in:
Alexander Langer 2000-07-21 06:42:46 +00:00
parent bd2fc1f005
commit e7442d6aec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30929
2 changed files with 5 additions and 4 deletions

View File

@ -18,14 +18,15 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/gateway-0.10.2/
CFLAGS+= -pthread
CONFIGURE_ARGS += --with-malloc=native
do-install:
.if !defined(NOPORTDOCS)
@cd ${WRKSRC} && make install-docs
.endif
@cd ${WRKSRC} && make install
${INSTALL_DATA} ${WRKSRC}/debian/kannel.conf ${PREFIX}/etc/
${INSTALL_DATA} ${WRKSRC}/debian/kannel.wapconf ${PREFIX}/etc/
${INSTALL_DATA} ${WRKSRC}/gw/wapkannel.conf ${PREFIX}/etc/
${INSTALL_DATA} ${WRKSRC}/gw/smskannel.conf ${PREFIX}/etc/
.if !defined(NOPORTDOCS)
post-install:

View File

@ -5,5 +5,5 @@ bin/wmlsc
bin/wmlsdasm
bin/seewbmp
bin/run_kannel_box
etc/kannel.conf
etc/kannel.wapconf
etc/wapkannel.conf
etc/smskannel.conf