From 6a31b4ed420b0b829b000e3789a3508bbf0a3628 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 13 Aug 2013 19:56:00 +0000 Subject: [PATCH] Added section to pkgadd.conf in order to avoid .la files --- pkgadd.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgadd.conf b/pkgadd.conf index 6af9cb8..234f961 100644 --- a/pkgadd.conf +++ b/pkgadd.conf @@ -2,6 +2,11 @@ # /etc/pkgadd.conf: pkgadd(8) configuration # +# Crosscompiling rules to avoid libtool issues +# with the hardcoded libdir variable +INSTALL .*\.la NO +UPGRADE .*\.la NO + # Default rule (implicit) #UPGRADE ^.*$ YES -- 2.26.2