CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c68112
)
libgmp: removed libtool fix
author
Victor Martinez
<pitillo@ono.com>
Tue, 10 Sep 2013 13:41:44 +0000
(13:41 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 10 Sep 2013 13:41:44 +0000
(13:41 +0000)
libgmp/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/libgmp/Pkgfile
b/libgmp/Pkgfile
index 361de2ab1edff62626ba88d75670b2875ed06d48..e0ca8e5b02fbb28b37a27e1e7f5639d7db9e914a 100644
(file)
--- a/
libgmp/Pkgfile
+++ b/
libgmp/Pkgfile
@@
-15,15
+15,7
@@
build() {
--host=$CTARGET \
--prefix=/usr \
--enable-cxx
-
- # Avoid relinkng
- sed "s|\$progpath \$preserve_args --mode=relink \$libtool_args|echo \"Avoid relinking\"|g" -i libtool
-
make
-
- # Cheat the installer
- cp .libs/libgmpxx.so.4.3.2 .libs/libgmpxx.so.4.3.2T
-
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}