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:
parent
bd2fc1f005
commit
e7442d6aec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30929
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user