You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gnu getopt compatibility package for musl
usage:
make; make prefix= DESTDIR= install
then to compile a package, add to
CFLAGS="-Dgetopt=gnu_getopt -Dgetopt_long=gnu_getopt_long -Dgetopt_long_only=gnu_getopt_long_only"
LDFLAGS="-lgnu_getopt"
About
a getopt[_long] implementation with GNU semantics, taken from netbsd