From 34f4004226c5241bd611c2488c66cdd6b31ebf00 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 26 May 2020 14:20:02 +0300 Subject: [PATCH] libelf: Fix minor nitpick --- extra/libelf/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/libelf/build b/extra/libelf/build index ae16a60e..107ec14b 100755 --- a/extra/libelf/build +++ b/extra/libelf/build @@ -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