mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gmic: fix
This commit is contained in:
parent
0ec2b9a1bc
commit
6eb0d18f04
1 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove -mtune=generic from makefile, replace with our CFLAGS
|
||||
# - remove -flto from makefile
|
||||
# - set LTO=off for gmic-qt
|
||||
|
||||
highmem=1
|
||||
|
||||
|
@ -42,11 +43,11 @@ build() {
|
|||
make -C src cli lib libc WGET=/bin/true LIBS=${LDFLAGS} -j1
|
||||
|
||||
cd gmic-qt
|
||||
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
|
||||
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none LTO=off
|
||||
make
|
||||
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
|
||||
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp LTO=off
|
||||
make
|
||||
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
|
||||
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita LTO=off
|
||||
make
|
||||
|
||||
cd ../zart
|
||||
|
|
Loading…
Reference in a new issue