libapparmor: build perl bindings
There are still a few utils which use Perl, though most have been ported to Python. Note that SWIG v2 is required to avoid the `error: 'bool' undeclared` build failure with Perl >=5.16 [1]. [1]: https://github.com/swig/swig/commit/4305a3cef9b210541c3b88ab2fd03d787c3bca66
This commit is contained in:
@@ -54,7 +54,7 @@ let
|
||||
buildPhase = ''
|
||||
cd ./libraries/libapparmor
|
||||
./autogen.sh
|
||||
./configure --prefix="$out" --with-python
|
||||
./configure --prefix="$out" --with-python --with-perl
|
||||
make
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user