mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gmic: fix
This commit is contained in:
parent
19b9a4ebd1
commit
c0b33d71d0
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove -mtune=generic from makefile, replace with our CFLAGS
|
||||
# - remove -flto from makefile
|
||||
|
||||
highmem=1
|
||||
|
||||
|
@ -39,6 +40,7 @@ prepare() {
|
|||
|
||||
cd ..
|
||||
sed -i "s|-mtune=generic|${CFLAGS}|" src/Makefile
|
||||
sed -i 's/-flto//g' src/Makefile
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue