mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
trying to fix make
This commit is contained in:
parent
4104d3329a
commit
52b9647657
3 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Offers a user experience similar to virtual machines but using Linux containers instead."
|
"en": "Offers a user experience similar to virtual machines but using Linux containers instead."
|
||||||
},
|
},
|
||||||
"version": "4.14~ynh2",
|
"version": "4.14~ynh3",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -72,6 +72,8 @@ export LD_LIBRARY_PATH="${GOPATH}/deps/raft/.libs/:${GOPATH}/deps/dqlite/.libs/"
|
||||||
export CGO_LDFLAGS_ALLOW="-Wl,-wrap,pthread_create"
|
export CGO_LDFLAGS_ALLOW="-Wl,-wrap,pthread_create"
|
||||||
cd $GOPATH/src/github.com/lxc/lxd
|
cd $GOPATH/src/github.com/lxc/lxd
|
||||||
|
|
||||||
|
export GOCACHE=$go_tmp
|
||||||
|
|
||||||
ynh_exec_warn_less make
|
ynh_exec_warn_less make
|
||||||
|
|
||||||
mkdir -p /usr/local/lib/$app
|
mkdir -p /usr/local/lib/$app
|
||||||
|
|
|
@ -87,6 +87,8 @@ export LD_LIBRARY_PATH="${GOPATH}/deps/raft/.libs/:${GOPATH}/deps/dqlite/.libs/"
|
||||||
export CGO_LDFLAGS_ALLOW="-Wl,-wrap,pthread_create"
|
export CGO_LDFLAGS_ALLOW="-Wl,-wrap,pthread_create"
|
||||||
cd $GOPATH/src/github.com/lxc/lxd
|
cd $GOPATH/src/github.com/lxc/lxd
|
||||||
|
|
||||||
|
export GOCACHE=$go_tmp
|
||||||
|
|
||||||
ynh_exec_warn_less make
|
ynh_exec_warn_less make
|
||||||
|
|
||||||
mkdir -p /usr/local/lib/$app
|
mkdir -p /usr/local/lib/$app
|
||||||
|
|
Loading…
Reference in a new issue