mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42: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"
|
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum="36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231"
|
checksum="36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231"
|
||||||
|
|
||||||
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lrt"
|
LDFLAGS="-lrt"
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue