mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - remove -mtune=generic from makefile, replace with our CFLAGS
|
# - remove -mtune=generic from makefile, replace with our CFLAGS
|
||||||
# - remove -flto from makefile
|
# - remove -flto from makefile
|
||||||
|
# - set LTO=off for gmic-qt
|
||||||
|
|
||||||
highmem=1
|
highmem=1
|
||||||
|
|
||||||
|
@ -42,11 +43,11 @@ build() {
|
||||||
make -C src cli lib libc WGET=/bin/true LIBS=${LDFLAGS} -j1
|
make -C src cli lib libc WGET=/bin/true LIBS=${LDFLAGS} -j1
|
||||||
|
|
||||||
cd gmic-qt
|
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
|
make
|
||||||
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
|
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp LTO=off
|
||||||
make
|
make
|
||||||
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
|
qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita LTO=off
|
||||||
make
|
make
|
||||||
|
|
||||||
cd ../zart
|
cd ../zart
|
||||||
|
|
Loading…
Reference in a new issue