Commit Graph

6 Commits

Author SHA1 Message Date
Dirk Neukirchen 5d656ad05b miax: fix musl build
- error.h does not seem to be used (musl doesnt provide one)

fixes error/handling of FILE *stderr leading to errors like:
miax.c:217:2: error: assignment of read-only variable 'stderr'
  stderr=fopen(log_output,"w");

thx to jow for pointing things out

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-06-25 16:15:47 +02:00
Jiri Slachta a5b4c7d1f9 Add PKG_LICENSE variable to the most of the packages.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-04 16:00:37 +01:00
Etienne Champetier bbddc7adb8 Disable PKG_CHECK_FORMAT_SECURITY for miax, rtpproxy and sipp
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2014-08-10 04:22:02 +02:00
Jiri Slachta 03055ba674 miax: follow previous commit, add bluetooth changes to package Makefile
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-01 07:00:01 +02:00
Jiri Slachta cc5af523b8 miax: remove bluetooth support
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-08-01 06:26:41 +02:00
Jiri Slachta 100f27f3bb Directory structure restructuralized.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-06-21 13:55:47 +02:00