diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-08-08 17:14:41 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-08-15 13:34:17 +0200 |
commit | d36c5152ef30b6182d1c661ffb538e9e974e1a03 (patch) | |
tree | 9de5d54b7578b34e6d6ee0cf4cb6196546a7bebd /package/libs/ncurses/Makefile | |
parent | 3a3424981c27e3c3ca35e076bcc0f399f86649c3 (diff) | |
download | upstream-d36c5152ef30b6182d1c661ffb538e9e974e1a03.tar.gz upstream-d36c5152ef30b6182d1c661ffb538e9e974e1a03.tar.bz2 upstream-d36c5152ef30b6182d1c661ffb538e9e974e1a03.zip |
ncurses: change handling of PKG_CONFIG_LIBDIR
When PKG_CONFIG_LIBDIR was unset in the environment, the configure
script was deducing the PKG_CONFIG_LIBDIR from the location of the
pkg-config binary, which doesn't make a lot of sense, and isn't done
by other autotools based packages.
Patch imported from the Buildroot project:
https://github.com/buildroot/buildroot/blob/master/package/ncurses/0001-fixup-pkg-config-handling.patch
Also refresh patches while we're at.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/libs/ncurses/Makefile')
-rw-r--r-- | package/libs/ncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile index 2eee88fd33..3d869ea18a 100644 --- a/package/libs/ncurses/Makefile +++ b/package/libs/ncurses/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ncurses PKG_VERSION:=5.9 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |