From c2f9c714a12949a4d2995fbc59eb6e8ce83818bd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 26 Aug 2022 23:57:14 +0300 Subject: bubblewrap: add new package at 0.6.2 --- community/bubblewrap/build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 community/bubblewrap/build (limited to 'community/bubblewrap/build') 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 -- cgit v1.2.3