소스 검색

add linkage to libjson

stefanocasazza 10 년 전
부모
커밋
da7d8eefe4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frameworks/C++/ULib/install.sh

+ 1 - 0
frameworks/C++/ULib/install.sh

@@ -75,6 +75,7 @@ export CC CXX
 # AVOID "configure: error: newly created file is older than distributed files! Check your system clock"
 find . -exec touch {} \;
 
+USP_LIBS="-ljson" \
 ./configure --prefix=$ULIB_ROOT \
    --disable-static \
    --with-mysql --with-pgsql --with-sqlite3 \