diff options
Diffstat (limited to 'package/php')
-rw-r--r-- | package/php/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index a4ff5d26e..33f07fbce 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= f4ce40d5d156ca66a996dbb8a0e7666a PKG_DESCR:= PHP language interpreter PKG_SECTION:= lang -PKG_DEPENDS:= libopenssl zlib +PKG_DEPENDS:= libopenssl zlib libpthread PKG_BUILDDEP:= openssl zlib PHP_URL:= http://www.php.net/ PKG_SITES:= http://de.php.net/distributions/ |