mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
kubernetes: update sed expression
It misses a backslash in sed expression and causes warning when run do_compile: | sed: -e expression #1, char 35: Unmatched ) or \) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
0aa16595a1
commit
17365d3afa
|
@ -50,7 +50,7 @@ do_compile() {
|
|||
export CGO_CFLAGS="${BUILD_CFLAGS}"
|
||||
# as of go 1.15.5, there are some flags the CGO doesn't like. Rather than
|
||||
# clearing them all, we sed away the ones we don't want.
|
||||
export CGO_LDFLAGS="$(echo ${BUILD_LDFLAGS} | sed 's/-Wl,-O1//g' | sed 's/-Wl,--dynamic-linker.*?( \|$\)//g')"
|
||||
export CGO_LDFLAGS="$(echo ${BUILD_LDFLAGS} | sed 's/-Wl,-O1//g' | sed 's/-Wl,--dynamic-linker.*?\( \|$\)//g')"
|
||||
export CC="${BUILD_CC}"
|
||||
export LD="${BUILD_LD}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user