From aacfabfcb026c6eb96d11e4e123f0a3ae4832960 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 10 Sep 2013 13:41:44 +0000 Subject: [PATCH] libgmp: removed libtool fix --- libgmp/Pkgfile | 8 -------- 1 file changed, 8 deletions(-) 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 } -- 2.26.2