libelf: Fix minor nitpick

This commit is contained in:
Dylan Araps 2020-05-26 14:20:02 +03:00
parent 0195824b4f
commit 34f4004226
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -15,7 +15,7 @@
# elftoolchain requires BSD make to build. Rather than package BSD make,
# let's just do the equivalent ourselves in shell. This is fairly simple
# as all we're building is 'libelf' and not the entire toolchain.
export CFLAGS="-shared -fPIC -O2 $CFLAGS "
export CFLAGS="-shared -fPIC -O2 $CFLAGS"
# Patch unneeded in next release.
patch -p1 < libelf-linux.patch