Skip to content

Commit

Permalink
fixup! app-containers/incus: flatcar patches
Browse files Browse the repository at this point in the history
  • Loading branch information
tormath1 committed Apr 15, 2024
1 parent 624f3a7 commit 4aff661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ src_compile() {
if tc-is-cross-compiler; then
export CGO_LDFLAGS_ALLOW="${CGO_LDFLAGS_ALLOW} -L,-rpath-link"
export CGO_CFLAGS="${CGO_CFLAGS} -I${ESYSROOT}/usr/include"
export CGO_LDFLAGS="${CGO_LDFLAGS} -L${ESYSROOT}/usr/lib64 -Wl,-rpath-link,${ESYSROOT}/usr/lib64"
export CGO_LDFLAGS="${CGO_LDFLAGS} -L${ESYSROOT}/usr/$(get_libdir) -Wl,-rpath-link,${ESYSROOT}/usr/$(get_libdir)"
fi

for k in incus-benchmark incus-user incus lxc-to-incus ; do
Expand Down

0 comments on commit 4aff661

Please sign in to comment.