浏览代码

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 \