Commit Graph

7 Commits

Author SHA1 Message Date
Rosen Penev 243a1a1324 pkg-config: Add CONFLICTS for pkgconf
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>
2019-11-02 11:14:50 -07:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
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>
2019-09-10 07:45:15 +02:00
Rosen Penev 84856c27f1 pkg-config: Update to 0.29.2
Also switch to HTTPS URLs.

Add PIE support to fix Travis.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 17:36:32 -07:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Heinrich Schuchardt 04c0d95776 pkg-config: update to 0.29.1
The changes in 0.29.1 center on the treatment of --variable
and --define_variable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-03-07 07:45:55 +01:00
Michael Heimpold 40d611c673 devel/pkg-config: fix build when CONFIG_BUILD_NLS is set
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>
2016-01-08 22:59:06 +01:00
Heinrich Schuchardt d44c1a9bcf devel/pkg-config: new package (closes #2206)
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>
2016-01-02 00:02:04 +01:00