From 314bd60754a2431e28d4fce22d193f7e5a1416e3 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 17 Jan 2013 21:34:14 +0900 Subject: [PATCH] add CPPFLAGS env val --- profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile b/profile index 3be2f81..cbb9674 100755 --- a/profile +++ b/profile @@ -34,6 +34,8 @@ __add_to_path ${HOME}/.local/bin /c/mingw/bin /c/mingw/msys/1.0/bin # it is not so good # http://archive.linux.or.jp/JF/JFdocs/Program-Library-HOWTO/shared-libraries.html export LD_LIBRARY_PATH="$HOME/.local/lib:$LD_LIBRARY_PATH" +# or LDFLAGS +export CPPFLAGS="$CFLAGS -I$HOME/.local/include" type setterm >/dev/null 2>&1 && setterm -blank 30 -powersave on # -powerdown 10 # in my environment powerdown does not work