diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /elfutils/musl.patch | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'elfutils/musl.patch')
| -rw-r--r-- | elfutils/musl.patch | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/elfutils/musl.patch b/elfutils/musl.patch new file mode 100644 index 00000000..e416086c --- /dev/null +++ b/elfutils/musl.patch @@ -0,0 +1,57 @@ +diff --git a/configure b/configure +index b8cc5fd..9776163 100755 +--- a/configure ++++ b/configure +@@ -9681,7 +9681,7 @@ LIBS="$saved_LIBS" + case "$ac_cv_search_argp_parse" in + no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 + printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +-as_fn_error $? "failed to find argp_parse ++: $? "failed to find argp_parse + See 'config.log' for more details" "$LINENO" 5; } ;; + -l*) argp_LDADD="$ac_cv_search_argp_parse" ;; + *) argp_LDADD= ;; +@@ -9760,7 +9760,7 @@ LIBS="$saved_LIBS" + case "$ac_cv_search_fts_close" in + no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 + printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +-as_fn_error $? "failed to find fts_close ++: $? "failed to find fts_close + See 'config.log' for more details" "$LINENO" 5; } ;; + -l*) fts_LIBS="$ac_cv_search_fts_close" ;; + *) fts_LIBS= ;; +@@ -9839,7 +9839,7 @@ LIBS="$saved_LIBS" + case "$ac_cv_search__obstack_free" in + no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5 + printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;} +-as_fn_error $? "failed to find _obstack_free ++: $? "failed to find _obstack_free + See 'config.log' for more details" "$LINENO" 5; } ;; + -l*) obstack_LIBS="$ac_cv_search__obstack_free" ;; + *) obstack_LIBS= ;; +diff --git a/lib/Makefile.in b/lib/Makefile.in +index d015ff8..72cd8b1 100644 +--- a/lib/Makefile.in ++++ b/lib/Makefile.in +@@ -121,7 +121,7 @@ libeu_a_LIBADD = + am_libeu_a_OBJECTS = xasprintf.$(OBJEXT) xstrdup.$(OBJEXT) \ + xstrndup.$(OBJEXT) xmalloc.$(OBJEXT) next_prime.$(OBJEXT) \ + crc32.$(OBJEXT) crc32_file.$(OBJEXT) eu-search.$(OBJEXT) \ +- color.$(OBJEXT) error.$(OBJEXT) printversion.$(OBJEXT) ++ error.$(OBJEXT) + libeu_a_OBJECTS = $(am_libeu_a_OBJECTS) + AM_V_P = $(am__v_P_@AM_V@) + am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +@@ -427,10 +427,10 @@ textrel_check = if $(READELF) -d $@ | grep -F -q TEXTREL; then $(textrel_found); + noinst_LIBRARIES = libeu.a + libeu_a_SOURCES = xasprintf.c xstrdup.c xstrndup.c xmalloc.c next_prime.c \ + crc32.c crc32_file.c eu-search.c \ +- color.c error.c printversion.c ++ error.c + + noinst_HEADERS = fixedsizehash.h libeu.h system.h dynamicsizehash.h list.h \ +- eu-config.h color.h printversion.h bpf.h \ ++ eu-config.h bpf.h \ + dynamicsizehash_concurrent.h \ + eu-search.h locks.h + |