diff options
| author | Cem Keylan <cem@ckyln.com> | 2022-08-26 23:57:14 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2022-08-26 23:57:14 +0300 |
| commit | c2f9c714a12949a4d2995fbc59eb6e8ce83818bd (patch) | |
| tree | d18f7dd34719ba3bc55daa8dbcdd6622efbe9d52 /community/bubblewrap/build | |
| parent | 47f5c0593c43eb3d25512a0fb90d16711bdbc106 (diff) | |
| download | repository-c2f9c714a12949a4d2995fbc59eb6e8ce83818bd.tar.gz | |
bubblewrap: add new package at 0.6.2
Diffstat (limited to 'community/bubblewrap/build')
| -rwxr-xr-x | community/bubblewrap/build | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/bubblewrap/build b/community/bubblewrap/build new file mode 100755 index 00000000..dd52b4ba --- /dev/null +++ b/community/bubblewrap/build @@ -0,0 +1,14 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" +patch -p1 < realpath-workaround.patch + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --localstatedir=/var \ + --with-priv-mode=none \ + --disable-man + +make +make DESTDIR="$1" install |
