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/network/services
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
..
authsae treewide: clean up and unify PKG_VERSION for git based downloads 8 years ago
dnsmasq dnsmasq: bump to v2.78 7 years ago
dropbear dropbear: fix PKG_CONFIG_DEPENDS 7 years ago
ead network/services/ead: drop Build/Prepare rule in favor of default one 8 years ago
hostapd hostapd: escape double quoutes in wpad CFLAGS 7 years ago
igmpproxy treewide: clean up download hashes 8 years ago
ipset-dns treewide: clean up and unify PKG_VERSION for git based downloads 8 years ago
lldpd lldpd: bump to 0.9.8 7 years ago
odhcpd odhcpd: don't enable server mode on non-static lan port 7 years ago
omcproxy omcproxy: Update to latest HEAD 7 years ago
openvpn openvpn: update to 2.4.4 7 years ago
openvpn-easy-rsa openvpn-easy-rsa: update to 3.0.1 7 years ago
ppp ppp: propagate master firewall zone to dynamic slave interface 7 years ago
relayd relayd: fix making incomplete instance json data 7 years ago
samba36 samba36: add Package/samba/Default 7 years ago
uhttpd uhttp: update to latest version 7 years ago
umdns umdns: update to latest git HEAD 7 years ago