From 80edf2e69c9da1442eb5fc163616f1e290df8764 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 4 Sep 2007 19:42:39 +0000 Subject: [PATCH] enable asn & http (required for asterisk-1.4.x) SVN-Revision: 8613 --- libs/pwlib/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libs/pwlib/Makefile b/libs/pwlib/Makefile index c480b5b094..aa02b3fdf5 100644 --- a/libs/pwlib/Makefile +++ b/libs/pwlib/Makefile @@ -15,9 +15,6 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://trash.uid0.hu/openwrt PKG_MD5SUM:=7d5b8e9ab61a05658a5630f91505420d -PKG_CAT:=zcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk @@ -37,13 +34,13 @@ CONFIGURE_ARGS += \ --disable-plugins \ --enable-audio \ --disable-alsa \ - --disable-asn \ + --enable-asn \ --disable-avc \ --disable-dc \ --disable-dtmf \ --disable-expat \ --disable-ftp \ - --disable-http \ + --enable-http \ --disable-httpsvc \ --disable-ipv6 \ --disable-jabber \ -- 2.30.2