1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/lang/php5-pecl-http/Makefile
Michael Heimpold 0a6c0819a5 php5-pecl-http: upgrade to 1.7.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

SVN-Revision: 37381
2013-07-17 16:15:28 +00:00

36 lines
900 B
Makefile

#
# Copyright (C) 2012-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PECL_NAME:=pecl_http
PECL_LONGNAME:=Extended HTTP Support
PKG_VERSION:=1.7.6
PKG_RELEASE:=1
PKG_MD5SUM:=4926c17a24a11a9b1cf3ec613fad97cb
PKG_NAME:=php5-pecl-http
PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://pecl.php.net/get/
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PECL_NAME)-$(PKG_VERSION)
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
include ../php5/pecl.mk
CONFIGURE_ARGS+= \
--enable-http=shared \
--without-http-shared-deps \
--with-http-curl-requests="$(STAGING_DIR)/usr" \
--without-http-curl-libevent \
$(eval $(call PECLPackage,http,$(PECL_LONGNAME),+libcurl +librt +php5-mod-iconv +php5-mod-session))
$(eval $(call BuildPackage,$(PKG_NAME)))