Explorar el Código

We need tasn1 and iconv for the pc file

Jean-Baptiste Kempf hace 9 años
padre
commit
dfd5f39cee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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@
 Cflags: -I${includedir}
 Libs: -L${libdir} -ldsm
-Libs.private: @BDSM_LIB_LOG@ @SOCKET_LIBS@
+Libs.private: -liconv -ltasn1 @BDSM_LIB_LOG@ @SOCKET_LIBS@