implement hints from FS#1165

This commit is contained in:
Thomas Penteker 2015-11-29 18:43:38 +01:00
parent bc977fc6c6
commit f059b51b66

View File

@ -11,7 +11,6 @@ source=(http://www.rarlab.com/rar/${name}src-$version.tar.gz)
build() {
cd $name
sed -i "s/^CXXFLAGS=.*/CXXFLAGS=$CXXFLAGS/" makefile
make
make CXXFLAGS="$CXXFLAGS" STRIP=:
make install DESTDIR=$PKG/usr
}