mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
xen: fix x86 build.
This commit is contained in:
parent
84585c87de
commit
0df000d800
1 changed files with 1 additions and 1 deletions
|
@ -34,8 +34,8 @@ do_build() {
|
||||||
install -d ${DESTDIR}/usr/lib
|
install -d ${DESTDIR}/usr/lib
|
||||||
cd ${DESTDIR}/usr
|
cd ${DESTDIR}/usr
|
||||||
ln -sf lib lib64
|
ln -sf lib lib64
|
||||||
cd ${wrksrc}
|
|
||||||
fi
|
fi
|
||||||
|
cd ${wrksrc}
|
||||||
unset CC LD AR AS RANLIB CPP CFLAGS CPPFLAGS LDFLAGS
|
unset CC LD AR AS RANLIB CPP CFLAGS CPPFLAGS LDFLAGS
|
||||||
make ${makejobs} DISTDIR=${DESTDIR}
|
make ${makejobs} DISTDIR=${DESTDIR}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue