X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=cb020a8c75502d8c689d664b2d555a1f576ebbd1;hb=bc5ed48fe6313c5d5ad87b9e7acb8255f59d7ce4;hp=7160c7be4390c8f642d1fcf26516f5f69984c5f7;hpb=bf6e69ab78f48aaa295c1eeab84e032aec4e6643;p=crossrootfs.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 7160c7b..cb020a8 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -12,5 +12,5 @@ source=(http://crux.nu/files/$name-$version.tar.gz) build () { cd $name-$version make DESTDIR=$PKG install - sed 's|FLAGS=.*|FLAGS=""|' -i $PKG/etc/pkgmk.conf + sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf }