From: Jose V Beneyto Date: Tue, 13 Aug 2013 19:56:00 +0000 (+0000) Subject: Added section to pkgadd.conf in order to avoid .la files X-Git-Url: http://gitweb/?a=commitdiff_plain;h=6a31b4ed420b0b829b000e3789a3508bbf0a3628;hp=b32745f7236abb00789b9535260f739899a26cd3;p=pkgutils-cross.git Added section to pkgadd.conf in order to avoid .la files --- 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