mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 04:19:28 -04:00
This removes -static compile option. The -static option tells GCC to link this statically with the libc, which we do not want in OpenWrt. We want to link everything dynamically to the libc. This fixes a compile problem with glibc. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>