Commit Graph

4 Commits

Author SHA1 Message Date
Harald Welte 5759ce2b24 HACK: disable CS_TEST_CAPI4LINUX
I don't really see how this would ever have worked with libcapi20 from
isdnutils, see https://github.com/larsimmisch/capisuite/issues/10
2022-04-15 08:22:23 +02:00
Harald Welte c7a2daca2c add -std=c++11 as c++17 has deprecated dynamic exception specifications
Modern g++ (11.2) uses -std=c++17 as default, which doesn't permit
dynamic exception specifications anymore.  Downgrading to c++11 will
turn the related compiler errors into deprecation warnings:

 warning: dynamic exception specifications are deprecated in C++11
2022-04-15 08:20:39 +02:00
Lars Immisch c5c87183b0 Include sample systemd startup script 2016-12-03 01:47:30 +01:00
Lars Immisch b62ee3004e Fixes for contemporary setuptools, autoconf update
The fix for finding the Python Makefile directly in configure is a hack, of course, but I ca'nt find it in autoconf
2016-12-02 22:29:44 +01:00