dnsmasq: fix CFLAGS
Closes #1459 dnsmasq takes CFLAGS on make opt rather than env. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
259d6fc0e0
commit
ac5c5fd6ff
5
CHANGES
5
CHANGES
@ -7,8 +7,8 @@
|
||||
|
||||
New packages: librsync, lmbench, netperf, squid
|
||||
|
||||
Updated/fixed packages: busybox, dosfstools, e2fsprogs,
|
||||
freetype, iperf, iptables, less, libgcrypt, libglib2, libpng,
|
||||
Updated/fixed packages: busybox, dnsmasq, dosfstools, e2fsprogs,
|
||||
freetype, iperf, iptables, iw, less, libgcrypt, libglib2, libpng,
|
||||
libxml2, mdadm, memstat, mtd-utils, nano, openssl, php, pppd,
|
||||
setserial, squashfs, wget, xlib_libX11, xlib_libXfont
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
#1429: [SECURITY] Update php to 5.2.13
|
||||
#1441: Add binutils 2.20.1
|
||||
#1447: Package installation on target with debug symbols is broken
|
||||
#1459: Misc QA fixes
|
||||
|
||||
2010.02, Release February 26th, 2010:
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
DNSMASQ_VERSION = 2.52
|
||||
DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
|
||||
DNSMASQ_AUTORECONF = NO
|
||||
DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr
|
||||
DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)" LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"
|
||||
DNSMASQ_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) PREFIX=/usr install
|
||||
|
||||
ifneq ($(BR2_INET_IPV6),y)
|
||||
|
Loading…
Reference in New Issue
Block a user