From: Victor Martinez Date: Tue, 10 Sep 2013 13:41:44 +0000 (+0000) Subject: libgmp: removed libtool fix X-Git-Url: http://gitweb/?a=commitdiff_plain;h=aacfabfcb026c6eb96d11e4e123f0a3ae4832960;p=crossrootfs.git libgmp: removed libtool fix --- diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index 361de2a..e0ca8e5 100644 --- 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 }