aboutsummaryrefslogtreecommitdiff
path: root/devel/pkg-config
Commit message (Collapse)AuthorAge
* pkg-config: Add CONFLICTS for pkgconfRosen Penev2019-11-02
| | | | | | | | | | Fixed license information. Added PKG_BUILD_PARALLEL for faster compilation. Remove PKG_ASLR_PIE. It seems it's going through a rework. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* pkg-config: Update to 0.29.2Rosen Penev2018-06-10
| | | | | | | | Also switch to HTTPS URLs. Add PIE support to fix Travis. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* pkg-config: update to 0.29.1Heinrich Schuchardt2016-03-07
| | | | | | | The changes in 0.29.1 center on the treatment of --variable and --define_variable. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* devel/pkg-config: fix build when CONFIG_BUILD_NLS is setMichael Heimpold2016-01-08
| | | | | | | | | | Buildbots reported build failures when full NLS is enabled: http://buildbot.openwrt.org:8010/broken_packages/ar71xx/pkg-config/compile.txt So add NLS awareness and the conditional dependency. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* devel/pkg-config: new package (closes #2206)Heinrich Schuchardt2016-01-02
pkg-config is a helper tool used when compiling applications and libraries. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> [Fixed trailing whitespace in package description.] Signed-off-by: Michael Heimpold <mhei@heimpold.de>