#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
- CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1" \
- BINDIR="/usr/sbin" MANDIR="/usr/man" \
+ CFLAGS="$(TARGET_CFLAGS)" \
+ BINDIR="/usr/sbin" \
+ MANDIR="/usr/man" \
+ AWK="awk" \
+ LDFLAGS="-Wl,--gc-sections" \