CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added section to pkgadd.conf in order to avoid .la files
[pkgutils-cross.git] / pkgadd.conf
index 642e09b52255a7cc05c2f4a76878a89f23b3bd70..234f961b17c5f745fa887b72baf26d02df5f5bf2 100644 (file)
@@ -2,13 +2,19 @@
 # /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
 
 UPGRADE                ^etc/.*$                NO
 UPGRADE                ^var/log/.*$            NO
+UPGRADE                ^var/spool/\w*cron/.*$  NO
+UPGRADE                ^var/run/utmp$          NO
 
-UPGRADE                ^etc/mail/cf/.*$        YES
 UPGRADE                ^etc/ports/drivers/.*$  YES
 UPGRADE                ^etc/X11/.*$            YES
 
@@ -18,4 +24,7 @@ UPGRADE               ^etc/rc\.modules$       NO
 UPGRADE                ^etc/rc\.conf$          NO
 UPGRADE                ^etc/rc\.d/net$         NO
 
+UPGRADE                ^etc/udev/rules.d/.*$   YES
+UPGRADE                ^etc/udev/rules.d/1.*$  NO
+
 # End of file