You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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>
7 years ago
..
base-files base-files: create /etc/config/ directory 7 years ago
boot sunxi: add Orange Pi R1 support 7 years ago
devel gdb: bump to 8.0.1 7 years ago
firmware linux-firmware: fix intel wireless-n 100 firmware package name 7 years ago
kernel ltq-vmmc: disable for falcon 7 years ago
libs libubox: bump to git HEAD version 7 years ago
network hostapd: escape double quoutes in wpad CFLAGS 7 years ago
system uci: bump to git HEAD version 7 years ago
utils package/utils/f2fs-tools: Update to 1.9.0 7 years ago
Makefile build: cleanup tmp/ dir of target rootfs 7 years ago