diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-04 19:11:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-04 19:11:57 +0100 |
commit | b6fa3e26336e24e3808816b518af851e1b2ffb05 (patch) | |
tree | e251c97926a8a3d7046f0cc033276e6c2d5ec0f7 /package/git | |
parent | 0a36e8ae614ce193bb5f7e36de5276d7a66984a8 (diff) |
add pthread dependency
Diffstat (limited to 'package/git')
-rw-r--r-- | package/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/git/Makefile b/package/git/Makefile index 4d3b382e3..4fb5abf26 100644 --- a/package/git/Makefile +++ b/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/ |