A C library for parsing command line parameters
Popt is a C library for parsing command line parameters. Popt was
heavily influenced by the getopt() and getopt_long() functions. It
improves on them by allowing more powerful argument expansion. Popt can
parse arbitrary argv[] style arrays and automatically set variables
based on command line arguments. Popt allows command line arguments to
be aliased via configuration files and includes utility functions for
parsing arbitrary strings into argv[] arrays using shell-like rules.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/popt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000084 84 Bytes | |
popt-1.16.tar.bz2 | 0000595725 582 KB | |
popt-libc-updates.patch | 0000004962 4.85 KB | |
popt.changes | 0000004565 4.46 KB | |
popt.spec | 0000003531 3.45 KB |
Revision 26 (latest revision is 40)
Stephan Kulow (coolo)
accepted
request 155463
from
Marcus Meissner (msmeissn)
(revision 26)
- Remove patches: - config-guess-sub-update.patch - popt-secure-getenv.patch run autoreconf instead . - popt-libc-updates.patch replaces popt-secure-getenv.patch * test for secure_getenv instead of __secure_getenv * update configure.ac so it can be regenerated with modern autotools. * Internal symbols are already hidden with a linker script, improve that by hidding symbols with the compiler too. * use strerror_r instead of strerror in the library. - popt wants __secure_getenv at configure time, but This function is no longer available as of glibc 2.17. test for secure_getenv() instead (popt-secure-getenv.patch) (forwarded request 155365 from elvigia)
Comments 0