X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libgmp%2FPkgfile;h=e0ca8e5b02fbb28b37a27e1e7f5639d7db9e914a;hb=050550bbdb63a0540b7d06b170c5f545baa1ff92;hp=361de2ab1edff62626ba88d75670b2875ed06d48;hpb=dd31bced38c909ca694f542fda1e3d92bc500566;p=crossrootfs.git 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 }