File tree 1 file changed +0
-19
lines changed 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,6 @@ tar -xf libressl-${LIBRESSL_VERSION}.tar.gz
13
13
14
14
pushd libressl-${LIBRESSL_VERSION}
15
15
16
- # Backport of https://github.com/libressl-portable/portable/pull/529 for MUSL support.
17
- patch -p1 << EOF
18
- diff --git a/crypto/compat/getprogname_linux.c b/crypto/compat/getprogname_linux.c
19
- index 2c89743..4e7e31f 100644
20
- --- a/crypto/compat/getprogname_linux.c
21
- +++ b/crypto/compat/getprogname_linux.c
22
- @@ -26,9 +26,7 @@ getprogname(void)
23
- #if defined(__ANDROID_API__) && __ANDROID_API__ < 21
24
- extern const char *__progname;
25
- return __progname;
26
- -#elif defined(__GLIBC__)
27
- - return program_invocation_short_name;
28
- #else
29
- -#error "Cannot emulate getprogname"
30
- + return program_invocation_short_name;
31
- #endif
32
- }
33
- EOF
34
-
35
16
CFLAGS=" ${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS=" ${EXTRA_TARGET_CFLAGS} -fPIC" ./configure \
36
17
--build=${BUILD_TRIPLE} \
37
18
--host=${TARGET_TRIPLE} \
You can’t perform that action at this time.
0 commit comments