mirror of https://gitee.com/bigwinds/arangodb
solaris include and library paths
This commit is contained in:
parent
4ecfccc5c7
commit
aa388bf119
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue