Module: sip-router Branch: vseva/merge_deb Commit: 2600774a8bb91061ed49b10d04922aa60dc9da27 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2600774a...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: Mon Dec 16 16:58:20 2013 +0100
pkg/kamailio/deb: fixing squeeze
---
pkg/kamailio/deb/squeeze/rules | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/pkg/kamailio/deb/squeeze/rules b/pkg/kamailio/deb/squeeze/rules index 9587cd7..1dc3a8e 100755 --- a/pkg/kamailio/deb/squeeze/rules +++ b/pkg/kamailio/deb/squeeze/rules @@ -79,11 +79,6 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif
-# CFLAGS + CPPFLAGS -> CC_EXTRA_OPTS -# LDFLAGS -> LD_EXTRA_OPTS -CUSTOM_BUILDFLAGS:=$(shell dpkg-buildflags --export=configure| \ -sed -e 's/" CPPFLAGS="/ /' -e 's/CFLAGS/CC_EXTRA_OPTS/g' -e 's/LDFLAGS/LD_EXTRA_OPTS/g') - configure: configure-stamp configure-stamp: dh_testdir @@ -92,9 +87,7 @@ configure-stamp: cfg_target=/etc/kamailio/ \ basedir=$(CURDIR)/debian/kamailio \ skip_modules="$(EXCLUDED_MODULES) $(EXTRA_EXCLUDED_MODULES)" \ - $(CUSTOM_BUILDFLAGS) \ group_include="kstandard" - touch configure-stamp