Brad Bishop | f024475 | 2019-09-30 07:50:12 -0400 | [diff] [blame] | 1 | From 9f9cfbf07214ac68a55372a3c2777192765cbeb9 Mon Sep 17 00:00:00 2001 |
| 2 | From: Naveen Saini <naveen.kumar.saini@intel.com> |
| 3 | Date: Fri, 20 Sep 2019 18:53:53 +0800 |
| 4 | Subject: [PATCH] Makefile.am: suppress perllocal.pod |
| 5 | |
| 6 | Upstream-Status: Inappropriate [OE-Specific] |
| 7 | |
| 8 | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> |
| 9 | --- |
| 10 | libraries/libapparmor/swig/perl/Makefile.am | 2 +- |
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | |
| 13 | diff --git a/libraries/libapparmor/swig/perl/Makefile.am b/libraries/libapparmor/swig/perl/Makefile.am |
| 14 | index 6ae4e30c..be00dc7f 100644 |
| 15 | --- a/libraries/libapparmor/swig/perl/Makefile.am |
| 16 | +++ b/libraries/libapparmor/swig/perl/Makefile.am |
| 17 | @@ -11,7 +11,7 @@ MOSTLYCLEANFILES=libapparmor_wrap.c LibAppArmor.pm |
| 18 | LibAppArmor.pm: libapparmor_wrap.c |
| 19 | |
| 20 | Makefile.perl: Makefile.PL LibAppArmor.pm |
| 21 | - $(PERL) $< PREFIX=$(prefix) MAKEFILE=$@ |
| 22 | + $(PERL) $< PREFIX=$(prefix) MAKEFILE=$@ NO_PERLLOCAL=1 |
| 23 | sed -ie 's/LD_RUN_PATH="\x24(LD_RUN_PATH)"//g' Makefile.perl |
| 24 | sed -ie 's/^LD_RUN_PATH.*//g' Makefile.perl |
| 25 | |
| 26 | -- |
| 27 | 2.17.1 |
| 28 | |