aboutsummaryrefslogtreecommitdiff
path: root/core/libelf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-11-02 10:20:47 +0300
committerCem Keylan <cem@ckyln.com>2020-11-02 10:20:47 +0300
commit02f41705d1970be0f50fe793f5d0b9daf69146e0 (patch)
tree05acd40d236d26ec5cd97466faa103386e71f487 /core/libelf/build
parent8143cd24902e2485db5ab29967e4fc8ac9bd8ae4 (diff)
downloadrepository-02f41705d1970be0f50fe793f5d0b9daf69146e0.tar.gz
libelf: bump to 0.182
Diffstat (limited to 'core/libelf/build')
-rwxr-xr-xcore/libelf/build2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/libelf/build b/core/libelf/build
index bd5cf230..7bade69a 100755
--- a/core/libelf/build
+++ b/core/libelf/build
@@ -1,7 +1,5 @@
#!/bin/sh -e
-patch -p1 < musl-decls.patch
-
# Build sometimes forces -Werror.
export CFLAGS="$CFLAGS -Wno-error"