From aa388bf119c1d6a0cb20460ce5f97ec9564d5b3e Mon Sep 17 00:00:00 2001 From: Charles Phillips Date: Mon, 25 Jan 2016 16:08:52 -0800 Subject: [PATCH] solaris include and library paths --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 6336c430fb..f901dc20f0 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,9 @@ case $target in *-*-solaris*) tr_SOLARIS="yes" CC="gcc -std=gnu99" + CPPFLAGS=" -I/opt/local/include -L/opt/local/lib" CXXFLAGS="-static-libstdc++ -D_GLIBCXX_USE_C99" + LDFLAGS="-Wl,-rpath,/opt/local/lib -L/opt/local/lib" ;; armv7l-*-linux-gnueabihf)