mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/p7zip fix
This commit is contained in:
parent
e99ed402cf
commit
c6ebfaf9c7
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue