kamailio-5.x: update PKG_MAKE_ARGS
authorSebastian Kemper <sebastian_ml@gmx.net>
Wed, 7 Feb 2018 21:24:36 +0000 (22:24 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Wed, 7 Feb 2018 21:24:37 +0000 (22:24 +0100)
commita088b930c404416ff6dea60686b70881d62cde2f
tree63934b429ab2fa8e18d008b573310a67fdab5abf
parent9a60912bae56bf9771bc7ede23b6802146318535
kamailio-5.x: update PKG_MAKE_ARGS

- Removes TLS_HOOKS as this is default anyway
- Removes -DUSE_PTHREAD_MUTEX as on supported arches FAST_LOCK is used
  by default, which according to doc/tutorials/locking.txt is fastest.
  -DUSE_PTHREAD_MUTEX will be set by the build system automatically in
  case FAST_LOCK is unsupported, e.g. on ARC.
- Add OpenWrt LDFLAGS via LD_EXTRA_OPTS.
- With OpenWrt LDFLAGS and CPPFLAGS in place there is no need to declare
  PCREDEFS, PCRELIBS nor EXTRA_LIBS. Remove them all.
- With this setup mod-dialplan now links to libpcre as well; add the
  depend accordingly.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/kamailio-5.x/Makefile