mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
darktable: remove shlib workaround now that bin has rpath.
This commit is contained in:
parent
f9b70f9e4e
commit
34636f9673
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'darktable'
|
# Template file for 'darktable'
|
||||||
pkgname=darktable
|
pkgname=darktable
|
||||||
version=1.4.2
|
version=1.4.2
|
||||||
revision=7
|
revision=8
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||||
homepage="http://www.darktable.org/"
|
homepage="http://www.darktable.org/"
|
||||||
|
@ -20,7 +20,3 @@ checksum="c1311a6e336007b85d21647652ebec3e26840248a968eab04ab5f0a56c2e0709"
|
||||||
# Do not generate AVX instructions, which might happen with -mtune=generic on
|
# Do not generate AVX instructions, which might happen with -mtune=generic on
|
||||||
# Intel CPUs. This avoids the vstmxcsr instruction which is AVX specific.
|
# Intel CPUs. This avoids the vstmxcsr instruction which is AVX specific.
|
||||||
CFLAGS="-mno-avx -mno-avx2"
|
CFLAGS="-mno-avx -mno-avx2"
|
||||||
|
|
||||||
post_install() {
|
|
||||||
mv ${DESTDIR}/usr/lib/darktable/libdarktable.so ${DESTDIR}/usr/lib/
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue