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:
b0b9d75
)
pkgadd-cross: added code to remove .la files
author
Jose V Beneyto
<sepen@crux.nu>
Tue, 15 Dec 2009 19:47:27 +0000
(20:47 +0100)
committer
Jose V Beneyto
<sepen@crux.nu>
Tue, 15 Dec 2009 19:47:27 +0000
(20:47 +0100)
pkgadd-cross
patch
|
blob
|
blame
|
history
diff --git
a/pkgadd-cross
b/pkgadd-cross
index 564410cda07b856f76081499313408d45876f20d..e4828165411ba713fc20f960a0f37f10cfb2cccc 100755
(executable)
--- a/
pkgadd-cross
+++ b/
pkgadd-cross
@@
-14,4
+14,8
@@
fi
$PKGADD -r $CLFS $@
+# we shoudl avoid .la files when crosscompiling, these files
+# contains the libdir variable hardcoded which is used by libtool
+[ $? -eq 0 ] && find $CLFS -type f -name '*.la' -delete
+
# End of file