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