asterisk13: clean up compile stage
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 19 Aug 2017 14:35:40 +0000 (16:35 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 19 Aug 2017 14:45:04 +0000 (16:45 +0200)
commit92e04ad4cc72578eb06921b4b99e0c7ba0da9b76
tree7c0033418873950c8afc107e337ed97e1d9cea3c
parent6369299d9b085d24397f3c0b91cc62ab729fd528
asterisk13: clean up compile stage

- Don't add extra TARGET_LDFLAGS for asterisk13-pbx-lua. It is not
  needed anymore (apart from that the module isn't available currently,
  see next commit).
- Stop setting -Wl,-rpath-link in LDFLAGS. There seems to be no point to
  do that (anymore).
- Stop calling specific make targets like version.h; make handles the
  build properly without it.
- Use the default compile routine instead of the custom one.
- Add AST_FORTIFY_SOURCE to MAKE_FLAGS (seen in Debian rules file,
  prevents asterisk's build system to mess with OpenWrt/LEDE flags).

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