Skip to content

Commit

Permalink
pkg/kamailio/deb: remove http_async_client from squeeze
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Dec 22, 2017
1 parent 522b0a7 commit b19c70e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pkg/kamailio/deb/debian/backports/squeeze
Expand Up @@ -96,6 +96,11 @@ sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ jansson/' ${DIST}/rules
sed -i -e 's/ jansson[ ,$]*//' ${DIST}/control
sed -i -e 's/janssonrpc-c//' ${DIST}/control

# no http_async_client module needs libevent 2
sed -i -e 's/ http_async_client//' ${DIST}/control
sed -i -e 's/ http_async[ ,$]*/ /' ${DIST}/rules
sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ http_async/' ${DIST}/rules

# old mysql
sed -i -e 's/default-mysql-client/mysql-client/' \
-e 's/default-libmysqlclient-dev/libmysqlclient-dev/' ${DIST}/control
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamailio/deb/squeeze/control
Expand Up @@ -565,7 +565,7 @@ Description: extra modules for Kamailio
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This package provides: gzcompress uuid evapijanssonrpc-c http_async_client
This package provides: gzcompress uuid evapi

Package: kamailio-nth
Architecture: any
Expand Down
4 changes: 2 additions & 2 deletions pkg/kamailio/deb/squeeze/rules
Expand Up @@ -24,7 +24,7 @@ EXCLUDED_MODULES=
# extra modules to skip, because they are not compilable now
# - regardless if they go to the main kamailio package or to some module package,
# they will be excluded from compile and install of all
EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa iptrtpproxy java dnssec sctp purple redis mono kazoo cnxcc jansson
EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa iptrtpproxy java dnssec sctp purple redis mono kazoo cnxcc jansson http_async

# module groups that are packaged in seperate packages
# (with the name kamailio-$(group_name)-modules)
Expand All @@ -38,7 +38,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
erlang

# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev http_async
EXTRA_GROUPS=gzcompress uuid ev

# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b)
export LIBDIR ?= lib/$(DEB_HOST_MULTIARCH)
Expand Down

0 comments on commit b19c70e

Please sign in to comment.