ilmbase: drop unnecessary -L for cross compilation.
This commit is contained in:
parent
3f1dd7e757
commit
85150170cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user