eweOS / libuargp

libuargp fork of eweOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 fork of eweOS

License:GNU Lesser General Public License v2.1


Languages

Language:C 98.8%Language:Shell 0.6%Language:Makefile 0.6%