- cleanup template - enable more checks - remove old custom php-fpm profile - allow cross building perl library - move apparmor syscall and library man pages to libapparmor-devel - add missing python dependencies - add patch for xbps .new-* style files
12 lines
412 B
Diff
12 lines
412 B
Diff
--- a/libraries/libapparmor/swig/perl/Makefile.am
|
|
+++ b/libraries/libapparmor/swig/perl/Makefile.am
|
|
@@ -11,7 +11,7 @@
|
|
LibAppArmor.pm: libapparmor_wrap.c
|
|
|
|
Makefile.perl: Makefile.PL LibAppArmor.pm
|
|
- $(PERL) $< PREFIX=$(prefix) MAKEFILE=$@
|
|
+ $(PERL) $< PREFIX=$(prefix) MAKEFILE=$@ CC=$(CC) LD=$(CC)
|
|
sed -ie 's/LD_RUN_PATH="\x24(LD_RUN_PATH)"//g' Makefile.perl
|
|
sed -ie 's/^LD_RUN_PATH.*//g' Makefile.perl
|
|
|