terop / newt

Forked from newt 6 years ago
Clone

4b0aee1 remove bogus -I/usr/include/slang from CPPFLAGS

1 file Authored by Alex Suykov 9 years ago, Committed by mlichvar 9 years ago,
1 file changed. 1 lines added. 1 lines removed.
    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>
    
        
file modified
+1 -1