1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00
openwrt/package/kernel/lantiq/ltq-vdsl-mei
Hauke Mehrtens 71bdff9139 ltq-vdsl-mei: Remove static linking
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>
2022-01-21 23:09:24 +01:00
..
patches ltq-vdsl-mei: Remove static linking 2022-01-21 23:09:24 +01:00
Makefile ltq-vdsl-app: fix -Wundef warnings 2021-03-01 00:19:58 +01:00