CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/05/26 09:30:49
Modified files:
telephony/asterisk: Makefile
Added files:
telephony/asterisk/patches: patch-autoconf_ast_check_raii_m4
Log message:
pass LDFLAGS to the autoconf test for clang -fblocks. still broken:
- clang + ld.bfd: link fails in autoconf test, undefined symbols.
- clang + ld.lld: package builds, dlopen()ing the .so modules that use -fblocks
fails at runtime.
because with clang + ld.lld it does build but results in unusable packages,
explicitly mark BROKEN-aarch64 for now.