ilmbase: drop unnecessary -L for cross compilation.

This commit is contained in:
Juan RP 2015-10-17 11:24:44 +02:00
parent 3f1dd7e757
commit 85150170cf

View File

@ -10,7 +10,7 @@ homepage="http://www.openexr.com"
distfiles="${NONGNU_SITE}/openexr/$pkgname-$version.tar.gz"
checksum=ecf815b60695555c1fbc73679e84c7c9902f4e8faa6e8000d2f905b8b86cedc7
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lpthread"
LDFLAGS="-lpthread"
pre_build() {
if [ -n "$CROSS_BUILD" ]; then