1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00

Merge pull request #7 from YunoHost-Apps/testing

trying to fix make
This commit is contained in:
Kayou 2021-05-25 16:33:06 +02:00 committed by GitHub
commit ccea249249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@
"description": {
"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",
"license": "Apache-2.0",
"maintainer": {

View file

@ -72,6 +72,8 @@ export LD_LIBRARY_PATH="${GOPATH}/deps/raft/.libs/:${GOPATH}/deps/dqlite/.libs/"
export CGO_LDFLAGS_ALLOW="-Wl,-wrap,pthread_create"
cd $GOPATH/src/github.com/lxc/lxd
export GOCACHE=$go_tmp
ynh_exec_warn_less make
mkdir -p /usr/local/lib/$app

View file

@ -87,6 +87,8 @@ export LD_LIBRARY_PATH="${GOPATH}/deps/raft/.libs/:${GOPATH}/deps/dqlite/.libs/"
export CGO_LDFLAGS_ALLOW="-Wl,-wrap,pthread_create"
cd $GOPATH/src/github.com/lxc/lxd
export GOCACHE=$go_tmp
ynh_exec_warn_less make
mkdir -p /usr/local/lib/$app