mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
openexr: drop unnecessary -L for cross compilation.
This commit is contained in:
parent
85150170cf
commit
529a1722a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue