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
authorJose V Beneyto <sepen@crux.nu>
Tue, 13 Aug 2013 19:56:00 +0000 (19:56 +0000)
committerJose V Beneyto <sepen@crux.nu>
Tue, 13 Aug 2013 19:56:00 +0000 (19:56 +0000)
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