Skip to content

Commit

Permalink
pkg/kamailio/deb: remove http_async from squeeze
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jul 6, 2016
1 parent 4757bd1 commit 1934e65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkg/kamailio/deb/debian/backports/squeeze
Expand Up @@ -102,6 +102,10 @@ sed -i -e '/libsystemd-dev/d' -e '/^Package: kamailio-systemd-modules/,/^$/d' \
sed -i -e 's/ systemd[ ,$]*//' ${DIST}/rules
sed -i -e '/^EXTRA_EXCLUDED_MODULES=/s/$/ systemd/' ${DIST}/rules

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

# clean backports scripts
rm -rf ${DIST}/backports
exit 0
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 systemd
EXTRA_EXCLUDED_MODULES=bdb dbtext oracle pa iptrtpproxy java dnssec sctp purple redis mono kazoo cnxcc jansson systemd 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)
LIBDIR ?= lib
Expand Down

0 comments on commit 1934e65

Please sign in to comment.