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/patches/200-fix_missing_include.patch | |
parent | 3a3424981c27e3c3ca35e076bcc0f399f86649c3 (diff) | |
download | mtk-20170518-d36c5152ef30b6182d1c661ffb538e9e974e1a03.zip mtk-20170518-d36c5152ef30b6182d1c661ffb538e9e974e1a03.tar.gz mtk-20170518-d36c5152ef30b6182d1c661ffb538e9e974e1a03.tar.bz2 |
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/patches/200-fix_missing_include.patch')
-rw-r--r-- | package/libs/ncurses/patches/200-fix_missing_include.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/ncurses/patches/200-fix_missing_include.patch b/package/libs/ncurses/patches/200-fix_missing_include.patch index c5d48d4..4616c4f 100644 --- a/package/libs/ncurses/patches/200-fix_missing_include.patch +++ b/package/libs/ncurses/patches/200-fix_missing_include.patch @@ -1,6 +1,6 @@ --- a/ncurses/curses.priv.h +++ b/ncurses/curses.priv.h -@@ -54,6 +54,11 @@ extern "C" { +@@ -55,6 +55,11 @@ extern "C" { #include <ncurses_cfg.h> |