From 58e4c4e5d6198eff7f552cc48b1704c14f42a2e9 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 6 Mar 2016 19:36:57 +0000 Subject: [PATCH] pkgadd.conf: Added rule to don't install .la files into CLFS --- pkgadd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgadd.conf b/pkgadd.conf index a35c462..25a98c4 100644 --- a/pkgadd.conf +++ b/pkgadd.conf @@ -25,4 +25,6 @@ UPGRADE ^etc/udev/hwdb.d/.*$ YES UPGRADE ^etc/udev/hwdb.bin$ YES UPGRADE ^etc/ssl/cert.pem$ YES +INSTALL /lib/.*\.la$ NO + # End of file -- 2.26.2