alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

musl.patch (2423B)


      1 diff --git a/configure b/configure
      2 index b8cc5fd..9776163 100755
      3 --- a/configure
      4 +++ b/configure
      5 @@ -9681,7 +9681,7 @@ LIBS="$saved_LIBS"
      6  case "$ac_cv_search_argp_parse" in
      7          no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
      8  printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
      9 -as_fn_error $? "failed to find argp_parse
     10 +: $? "failed to find argp_parse
     11  See 'config.log' for more details" "$LINENO" 5; } ;;
     12          -l*) argp_LDADD="$ac_cv_search_argp_parse" ;;
     13          *) argp_LDADD= ;;
     14 @@ -9760,7 +9760,7 @@ LIBS="$saved_LIBS"
     15  case "$ac_cv_search_fts_close" in
     16          no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
     17  printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
     18 -as_fn_error $? "failed to find fts_close
     19 +: $? "failed to find fts_close
     20  See 'config.log' for more details" "$LINENO" 5; } ;;
     21          -l*) fts_LIBS="$ac_cv_search_fts_close" ;;
     22          *) fts_LIBS= ;;
     23 @@ -9839,7 +9839,7 @@ LIBS="$saved_LIBS"
     24  case "$ac_cv_search__obstack_free" in
     25          no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
     26  printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
     27 -as_fn_error $? "failed to find _obstack_free
     28 +: $? "failed to find _obstack_free
     29  See 'config.log' for more details" "$LINENO" 5; } ;;
     30          -l*) obstack_LIBS="$ac_cv_search__obstack_free" ;;
     31          *) obstack_LIBS= ;;
     32 diff --git a/lib/Makefile.in b/lib/Makefile.in
     33 index d015ff8..72cd8b1 100644
     34 --- a/lib/Makefile.in
     35 +++ b/lib/Makefile.in
     36 @@ -121,7 +121,7 @@ libeu_a_LIBADD =
     37  am_libeu_a_OBJECTS = xasprintf.$(OBJEXT) xstrdup.$(OBJEXT) \
     38  	xstrndup.$(OBJEXT) xmalloc.$(OBJEXT) next_prime.$(OBJEXT) \
     39  	crc32.$(OBJEXT) crc32_file.$(OBJEXT) eu-search.$(OBJEXT) \
     40 -	color.$(OBJEXT) error.$(OBJEXT) printversion.$(OBJEXT)
     41 +	error.$(OBJEXT)
     42  libeu_a_OBJECTS = $(am_libeu_a_OBJECTS)
     43  AM_V_P = $(am__v_P_@AM_V@)
     44  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     45 @@ -427,10 +427,10 @@ textrel_check = if $(READELF) -d $@ | grep -F -q TEXTREL; then $(textrel_found);
     46  noinst_LIBRARIES = libeu.a
     47  libeu_a_SOURCES = xasprintf.c xstrdup.c xstrndup.c xmalloc.c next_prime.c \
     48  		  crc32.c crc32_file.c eu-search.c \
     49 -		  color.c error.c printversion.c
     50 +		  error.c
     51  
     52  noinst_HEADERS = fixedsizehash.h libeu.h system.h dynamicsizehash.h list.h \
     53 -		 eu-config.h color.h printversion.h bpf.h \
     54 +		 eu-config.h bpf.h \
     55  		 dynamicsizehash_concurrent.h \
     56  		 eu-search.h locks.h
     57