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:
Joachim Fasting
2015-04-07 11:05:54 +02:00
parent 38dc021b16
commit d3ea6abf0e
2 changed files with 2 additions and 2 deletions
@@ -54,7 +54,7 @@ let
buildPhase = ''
cd ./libraries/libapparmor
./autogen.sh
./configure --prefix="$out" --with-python
./configure --prefix="$out" --with-python --with-perl
make
'';