openwrtv4/package
Stijn Tintel c088203535 hostapd: escape double quoutes in wpad CFLAGS
A recent commit in hostapd added a build option to specify the default
TLS ciphers. This build option is passed via CFLAGS. Due to the way
CFLAGS are handled when building wpad, the compiler tries to recursively
expand TLS_DEFAULT_CIPHERS, resulting in the following error:

../src/crypto/tls_openssl.c: In function 'tls_init':
<command-line>:0:21: error: 'DEFAULT' undeclared (first use in this function)
../src/crypto/tls_openssl.c:1028:13: note: in expansion of macro 'TLS_DEFAULT_CIPHERS'
   ciphers = TLS_DEFAULT_CIPHERS;
             ^

Escape double quotes in the .cflags file to avoid this.

Fixes: 2f78034c3e ("hostapd: update to version 2017-08-24")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-10-07 05:49:22 +03:00
..
base-files base-files: create /etc/config/ directory 2017-09-30 22:22:38 +02:00
boot sunxi: add Orange Pi R1 support 2017-10-01 17:10:33 +02:00
devel gdb: bump to 8.0.1 2017-09-29 06:33:39 +03:00
firmware linux-firmware: fix intel wireless-n 100 firmware package name 2017-09-28 22:57:46 +02:00
kernel ltq-vmmc: disable for falcon 2017-10-04 20:08:15 +02:00
libs libubox: bump to git HEAD version 2017-10-04 21:29:00 +02:00
network hostapd: escape double quoutes in wpad CFLAGS 2017-10-07 05:49:22 +03:00
system uci: bump to git HEAD version 2017-10-04 21:29:34 +02:00
utils package/utils/f2fs-tools: Update to 1.9.0 2017-09-30 22:43:17 +02:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00