ltq-vdsl-vr11-mei: remove static linking
authorAndre Heider <a.heider@gmail.com>
Tue, 29 Aug 2023 13:48:56 +0000 (15:48 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 Feb 2025 23:25:29 +0000 (00:25 +0100)
commit4aea0689e750151e32a9408dec232a8625b8474d
treee1f9ce01f0bb629ab654c3e14af33bb8d5b03c38
parentd787839afaaa4f49feb657cd3f930d8e436e76fe
ltq-vdsl-vr11-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.

References: 71bdff91 "ltq-vdsl-mei: Remove static linking"
Signed-off-by: Andre Heider <a.heider@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18056
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/030-no-static-linking.patch [new file with mode: 0644]