Skip to content

libuargp extracted from uclibc, modified lightly, intl-friendly

License

Notifications You must be signed in to change notification settings

xhebox/libuargp

Repository files navigation

libuargp

extracted from (uclibc-ng)[https://github.com/wbx-github/uclibc-ng].

what happened to musl's intl & gnu's argp:

currently, gnu has fixed this bug.

so this project is to provide another choice than the old argp-standalone.

usage

remove all files, and link the modified version:

truncate -s 0 gnulib/lib/argp*
ln -sf /usr/include/argp.h gnulib/lib/argp.h
LDFLAGS="$LDFLAGS -l:libargp.so.0"

or just overwrite, since argp symbols from gnulib are weak symbols:

CFLAGS="$CFLAGS -l:libargp.so.0"

About

libuargp extracted from uclibc, modified lightly, intl-friendly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages