darktable: remove shlib workaround now that bin has rpath.

This commit is contained in:
Juan RP 2014-06-02 11:45:21 +02:00
parent f9b70f9e4e
commit 34636f9673

View file

@ -1,7 +1,7 @@
# Template file for 'darktable'
pkgname=darktable
version=1.4.2
revision=7
revision=8
build_style=cmake
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://www.darktable.org/"
@ -20,7 +20,3 @@ checksum="c1311a6e336007b85d21647652ebec3e26840248a968eab04ab5f0a56c2e0709"
# Do not generate AVX instructions, which might happen with -mtune=generic on
# Intel CPUs. This avoids the vstmxcsr instruction which is AVX specific.
CFLAGS="-mno-avx -mno-avx2"
post_install() {
mv ${DESTDIR}/usr/lib/darktable/libdarktable.so ${DESTDIR}/usr/lib/
}