asterisk-16.x: fix compile with PKG_ASLR_PIE 503/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 11 Jan 2020 22:44:38 +0000 (23:44 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 11 Jan 2020 22:44:40 +0000 (23:44 +0100)
commit357949967f330ae1e6d199d1c362f2666de82c43
tree37fc68512b3c387bc668b4a87e3e49fba43b7ed9
parent8f1b6518dbb7e79568cb692d16255fa2ac462c2f
asterisk-16.x: fix compile with PKG_ASLR_PIE

CFLAGS aren't used when compiling objects for check_expr2. This commits
adds the flags, which fixes the compilation when PKG_ASLR_PIE is
enabled. Note: The STANDALONE define is removed because it is already
defined in _ASTCFLAGS.

Fixes #502

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-16.x/Makefile
net/asterisk-16.x/patches/056-fix-check_expr2-build.patch