Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ltq-vdsl-mei: Remove static linking | Hauke Mehrtens | 2022-01-21 | 1 | -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> |