alicelinux

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

fix-basename.patch (295B)


      1 --- wireless_tools.30-orig/ifrename.c
      2 +++ wireless_tools.30/ifrename.c
      3 @@ -45,6 +45,7 @@
      4  #define _GNU_SOURCE
      5  #endif
      6  
      7 +#include <libgen.h>             /* basename */
      8  #include <getopt.h>		/* getopt_long() */
      9  #include <linux/sockios.h>	/* SIOCSIFNAME */
     10  #include <fnmatch.h>		/* fnmatch() */