extra/p7zip fix

This commit is contained in:
Kevin Mihelich 2014-01-11 22:27:13 +00:00
parent e99ed402cf
commit c6ebfaf9c7

View file

@ -33,6 +33,9 @@ package() {
rm GUI/kde4/p7zip_compress.desktop
CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O0/'` && CXXFLAGS="$CFLAGS"
cp makefile.linux_any_cpu makefile.machine
sed -i 's/wx-config/wx-config-2.8/g' CPP/7zip/TEST/TestUI/makefile \
CPP/7zip/UI/{FileManager,GUI,P7ZIP}/makefile
}
build() {