]> git.ipfire.org Git - thirdparty/newt.git/commit
remove bogus -I/usr/include/slang from CPPFLAGS
authorAlex Suykov <alex.suykov@gmail.com>
Sat, 10 Jan 2015 10:57:39 +0000 (11:57 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 19 Jan 2015 10:00:49 +0000 (11:00 +0100)
commit4b0aee15806dd6d62b965b538a8e9019c4f529d4
tree0b2edb52d1bba5dbb1ce9bf93f1a003209ca0696
parent96772108c58574711f6e0bb448ead0b371b10434
remove bogus -I/usr/include/slang from CPPFLAGS

Hardcoding -I/usr/include/slang in CPPFLAGS is bogus for
cross-compilation. With recent versions of slang, the headers are
installed in ${sysroot}/usr/include directly, so there is no need for
an additional flag. And if one was needed, it should be added by the
configure script, after detecting the right header location.

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile.in