aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vdsl-mei/patches/030-no-static-linking.patch
Commit message (Collapse)AuthorAgeFilesLines
* ltq-vdsl-mei: Remove static linkingHauke Mehrtens2022-01-211-0/+47
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>