CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
pkgutils-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b32745f
)
Added section to pkgadd.conf in order to avoid .la files
author
Jose V Beneyto
<sepen@crux.nu>
Tue, 13 Aug 2013 19:56:00 +0000
(19:56 +0000)
committer
Jose V Beneyto
<sepen@crux.nu>
Tue, 13 Aug 2013 19:56:00 +0000
(19:56 +0000)
pkgadd.conf
patch
|
blob
|
blame
|
history
diff --git
a/pkgadd.conf
b/pkgadd.conf
index 6af9cb809439ba838be9b68960d245e54ffd7390..234f961b17c5f745fa887b72baf26d02df5f5bf2 100644
(file)
--- 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