Skip to content

Commit

Permalink
libheif: Disable go bindings
Browse files Browse the repository at this point in the history
Building outside the source directory causes issues.

    can't load package: package heif-test.go: cannot find package "heif-test.go" in any of:
        /usr/lib/go/src/heif-test.go (from $GOROOT)
        /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/heif-test.go (from $GOPATH)

    $ ls -lR /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/
    /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/:
    total 0
    drwxr-xr-x 3 root root 60 Dec 13 13:11 github.com

    /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/github.com:
    total 0
    drwxr-xr-x 3 root root 60 Dec 13 13:11 strukturag

    /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/github.com/strukturag:
    total 0
    drwxr-xr-x 2 root root 60 Dec 13 13:11 libheif

    /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/src/github.com/strukturag/libheif:
    total 0
    lrwxrwxrwx 1 root root 62 Dec 13 13:11 go -> /dev/shm/bee-root/libheif/libheif-1.6.0-0/build/examples/../go
  • Loading branch information
pmenzel committed Dec 16, 2019
1 parent e550df2 commit 86e4655
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libheif.be0
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ BEE_BUILDTYPE=autotools
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-go
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 86e4655

Please sign in to comment.