Explorar el Código

add pthread dependency

Waldemar Brodkorb hace 16 años
padre
commit
b6fa3e2633
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/git/Makefile

+ 1 - 1
package/git/Makefile

@@ -9,7 +9,7 @@ PKG_RELEASE:=		1
 PKG_MD5SUM:=		08af805fd59f68d9ad00a2f878cf820e
 PKG_DESCR:=		fast version control system
 PKG_SECTION:=		scm
-PKG_DEPENDS:=		libopenssl libcurl libexpat
+PKG_DEPENDS:=		libopenssl libcurl libexpat libpthread
 PKG_BUILDDEP+=		openssl curl expat
 PKG_URL:=		http://git-scm.com
 PKG_SITES:=		http://kernel.org/pub/software/scm/git/