openexr: drop unnecessary -L for cross compilation.

This commit is contained in:
Juan RP 2015-10-17 11:26:18 +02:00
parent 85150170cf
commit 529a1722a4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ makedepends="ilmbase-devel zlib-devel"
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum="36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231"
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lrt"
LDFLAGS="-lrt"
post_configure() {
if [ "$CROSS_BUILD" ]; then