summaryrefslogtreecommitdiffstats
path: root/package/ustr/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* package/ustr: disable on muslBernd Kuhls2016-05-251-0/+2
| | | | | | | | | libsemanage is the only package depending on ustr, both packages do not build using a musl-based toolchain, suggested by Thomas: http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/149138 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ustr: not available for static-only configurationsThomas Petazzoni2015-12-271-0/+5
| | | | | | | | | | | | | ustr now unconditionally builds a shared library, so we have to mark it as not available for static-only builds. The only reverse dependencies of ustr is libsemanage, which was anyway already not available for pure static builds. Fixes: http://autobuild.buildroot.org/results/734/734975f6ac041e8aece07205c0b8966fe51e7df1/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove (non-)lfs dependencies and tweaksGustavo Zacarias2015-04-011-4/+0
| | | | | | | | Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ustr: new packageClayton Shotwell2015-01-011-0/+10
[Thomas: - Fix typo in patch description. - Remove trailing whitespace in Config.in. - Fix Config.in comment to match what's specified in the Buildroot manual. - Adjust .mk logic to use BR2_STATIC_LIBS vs. BR2_SHARED_LIBS instead of BR2_PREFER_STATIC_LIB, and therefore support the installation of only the shared library. - Remove the libustr-debug library from the target and staging directories, it's the same as libustr, except that it's compiled with debugging symbols. - Always install only the shared variant of the library for host-ustr.] Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud