ltq-vdsl-mei: Remove static linking
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 16 Jan 2022 21:31:22 +0000 (22:31 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 21 Jan 2022 22:09:24 +0000 (23:09 +0100)
commit71bdff9139a469380f1b0a42425fa091dbb16f88
tree97898ca05bb34b6fe64ae6643d18710fc138ab44
parent408b6558e4c4e547d3dc68d5c1e26d0a97a287a9
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>
package/kernel/lantiq/ltq-vdsl-mei/patches/030-no-static-linking.patch [new file with mode: 0644]