Author: sayer
Date: 2008-12-08 20:12:15 +0100 (Mon, 08 Dec 2008)
New Revision: 1185

Modified:
   trunk/pkg/debian/control
   trunk/pkg/debian/rules
Log:
more dependencies, and build flags


Modified: trunk/pkg/debian/control
===================================================================
--- trunk/pkg/debian/control    2008-12-08 19:11:36 UTC (rev 1184)
+++ trunk/pkg/debian/control    2008-12-08 19:12:15 UTC (rev 1185)
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Stefan Sayer <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), libspeex-dev, flite-dev, libxmlrpc++-dev, 
libspandsp-dev
+Build-Depends: debhelper (>= 4), libspeex-dev, flite-dev, libxmlrpc++-dev, 
libspandsp-dev, libssl-dev, python-dev
 Standards-Version: 3.5.2
 
 Package: sems

Modified: trunk/pkg/debian/rules
===================================================================
--- trunk/pkg/debian/rules      2008-12-08 19:11:36 UTC (rev 1184)
+++ trunk/pkg/debian/rules      2008-12-08 19:12:15 UTC (rev 1185)
@@ -23,8 +23,9 @@
 
 PYTHON_MODULES=ivr py_sems conf_auth mailbox pin_collect
 
-EXCLUDED_MODULES=mp3 examples 
+EXCLUDED_MODULES=mp3 examples gateway
 
+CPPFLAGS += -DHAVE_XMLRPCPP_SSL -DHAVE_OLD_SPANDSP_CALLBACK
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -g
@@ -36,7 +37,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       # Add here commands to configure the package.
+# Add here commands to configure the package.
 
        touch configure-stamp
 
@@ -46,7 +47,7 @@
        dh_testdir
 
 # Add here commands to compile the package.
-       $(MAKE) cfg-target=/etc/sems/ prefix=/usr 
exclude_modules="$(EXCLUDED_MODULES)" DESTDIR=$(CURDIR)/debian/sems 
+       USE_SPANDSP=yes CPPFLAGS="$(CPPFLAGS)" $(MAKE) cfg-target=/etc/sems/ 
prefix=/usr exclude_modules="$(EXCLUDED_MODULES)" DESTDIR=$(CURDIR)/debian/sems 
 #/usr/bin/docbook-to-man debian/ser.sgml > ser.1
 
        touch build-stamp
@@ -71,8 +72,8 @@
                DESTDIR=$(CURDIR)/debian/sems \
                prefix=/usr \
                cfg-target=/etc/sems/
-                                                       
 
+
        $(MAKE) -C apps/ install exclude_modules="$(EXCLUDED_MODULES) 
$(PYTHON_MODULES)" \
                DESTDIR=$(CURDIR)/debian/sems \
                prefix=/usr \

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to