Skip to content
Snippets Groups Projects
Commit 7d02f68a authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Use poll with git

parent 00bac37c
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ export RANLIB="${HOST}-ranlib" ...@@ -15,7 +15,7 @@ export RANLIB="${HOST}-ranlib"
export READELF="${HOST}-readelf" export READELF="${HOST}-readelf"
export STRIP="${HOST}-strip" export STRIP="${HOST}-strip"
MAKEFLAGS="NO_MMAP=1 NEEDS_SSL_WITH_CURL=1 NEEDS_CRYPTO_WITH_SSL=1 NO_UNIX_SOCKETS=1 NO_POLL=1 NEEDS_LIBICONV= NEEDS_LIBRT= BLK_SHA1=1" MAKEFLAGS="NO_MMAP=1 NEEDS_SSL_WITH_CURL=1 NEEDS_CRYPTO_WITH_SSL=1 NO_UNIX_SOCKETS=1 NEEDS_LIBICONV= NEEDS_LIBRT= BLK_SHA1=1"
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment