CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Applied some patches to pkgadd's stuff in order to avoid .la files on installations
[pkgutils-cross.git] / src / pkgadd.conf
index 6af9cb809439ba838be9b68960d245e54ffd7390..234f961b17c5f745fa887b72baf26d02df5f5bf2 100644 (file)
@@ -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