浏览代码

We need tasn1 and iconv for the pc file

Jean-Baptiste Kempf 9 年之前
父节点
当前提交
dfd5f39cee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libdsm.pc.in

+ 1 - 1
libdsm.pc.in

@@ -8,4 +8,4 @@ Description: Minimalist and read-only smb client library
 Version: @BDSM_PACKAGE_VERSION@
 Version: @BDSM_PACKAGE_VERSION@
 Cflags: -I${includedir}
 Cflags: -I${includedir}
 Libs: -L${libdir} -ldsm
 Libs: -L${libdir} -ldsm
-Libs.private: @BDSM_LIB_LOG@ @SOCKET_LIBS@
+Libs.private: -liconv -ltasn1 @BDSM_LIB_LOG@ @SOCKET_LIBS@