Skip to content
Unverified Commit 13918667 authored by meowthink's avatar meowthink Committed by GitHub
Browse files

Fixes on pkg-config leakage (#59)

* Fix on space leakage of pkg-config.
As PKG_CONFIG_PATH adds paths to pkg-config, modify such env leads
some autotols detect base system packages.
Replace with PKG_CONFIG_LIBDIR.

* Small fixes:
GHscripts/setup: Remove unnecessary qemu variants. Add flex as
		 gcc requires it.
editor/nano: Fix ncursesw detection.
gui/SDL2: autotools will try to use /usr/X11 /usr/X11R...
	  unconditionally. Try specify hard coded X paths.
	  Remove sysctlbyname detection from configure.
lib/libpng: Correct libz prefix to _Cz_.
lib/readline: Patch readline.pc to give -ltinfo instead of
	      relies on tinfo.pc which won't present.
	      This influences python configure.
parent c9fb1b7a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment