Skip to content

Commit 3145eef

Browse files
Changes needed to compile Bubblewrap with experimental Landlock support
1 parent b36b382 commit 3145eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ mkdir -p m4
1616
autoreconf --force --install --verbose
1717

1818
cd "$olddir"
19-
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
19+
test -n "$NOCONFIGURE" || LIBS="-L$1 -lllwrapper -laddrule" "$srcdir/configure" "$@"

0 commit comments

Comments
 (0)