We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c68eb1 commit d3c72b1Copy full SHA for d3c72b1
build/lin.sh
@@ -214,6 +214,7 @@ make install
214
mkdir ${DEPS}/uuid
215
curl -Ls https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v$(without_patch $VERSION_UUID)/util-linux-${VERSION_UUID}.tar.xz | tar xJC ${DEPS}/uuid --strip-components=1
216
cd ${DEPS}/uuid
217
+sed -i "s/getrandom/ignore_getrandom/g" configure
218
./configure --host=${CHOST} --prefix=${TARGET} --enable-shared --disable-static \
219
--disable-all-programs --enable-libuuid
220
make install-strip
0 commit comments