Permalink
Browse files
osmocore-devel: update to 20190412-9838c907
- Loading branch information
|
|
@@ -44,11 +44,11 @@ if {${subport} eq ${name}} { |
|
|
} else { |
|
|
|
|
|
# devel |
|
|
github.setup osmocom libosmocore 98ed3393cdfdf35ad0bb79f454474f2b27bf3d56 |
|
|
version 20190328 |
|
|
checksums rmd160 6bd903632d49383ba8ccf61cd44cae16e7d2dd49 \ |
|
|
sha256 372effd64bb639b9b8fcb7a55a43936c859cbe119ec75937ced656143c755255 \ |
|
|
size 1169621 |
|
|
github.setup osmocom libosmocore 9838c9070fb8147418e65348e71147a52f64320b |
|
|
version 20190412-[string range ${github.version} 0 7] |
|
|
checksums rmd160 d1074d1040d36f2a8ab631f0e4618da29cee3028 \ |
|
|
sha256 ccb6bd1e70698460e80699ab358fd5ba0be855bad4e4339136779e2fc42c7e07 \ |
|
|
size 1202788 |
|
|
revision 0 |
|
|
|
|
|
# fix 'timer_clockgettime.c' to work with OSs that don't provide |
|
|
|
|
|
@@ -2,7 +2,7 @@ diff --git a/include/Makefile.am b/include/Makefile.am |
|
|
index 19695d1..6a746b1 100644 |
|
|
--- a/include/Makefile.am |
|
|
+++ b/include/Makefile.am |
|
|
@@ -175,7 +175,7 @@ |
|
|
@@ -177,7 +177,7 @@ |
|
|
$(AM_V_GEN)sed -e's/XX/$*/g' $< > $@ |
|
|
|
|
|
osmocom/gsm/gsm0503.h: $(top_srcdir)/utils/conv_gen.py $(top_srcdir)/utils/conv_codes_gsm.py |
|
|
@@ -27,7 +27,7 @@ diff --git a/tests/Makefile.am b/tests/Makefile.am |
|
|
index 18d4bb4..6191867 100644 |
|
|
--- a/tests/Makefile.am |
|
|
+++ b/tests/Makefile.am |
|
|
@@ -332,7 +332,7 @@ |
|
|
@@ -350,7 +350,7 @@ |
|
|
mv $@.tmp $@ |
|
|
|
|
|
conv/gsm0503_test_vectors.c: $(top_srcdir)/utils/conv_gen.py $(top_srcdir)/utils/conv_codes_gsm.py |
|
|
|
|
|
@@ -5,7 +5,7 @@ index 4a00e69..f01d137 100644 |
|
|
@@ -58,6 +58,12 @@ AC_SUBST(LTLDFLAGS_OSMOCTRL) |
|
|
dnl checks for header files |
|
|
AC_HEADER_STDC |
|
|
AC_CHECK_HEADERS(execinfo.h sys/select.h sys/socket.h sys/timerfd.h syslog.h ctype.h netinet/tcp.h) |
|
|
AC_CHECK_HEADERS(execinfo.h sys/select.h sys/socket.h sys/timerfd.h syslog.h ctype.h netinet/tcp.h netinet/in.h) |
|
|
+ |
|
|
+dnl check for Mach / Darwin / Mac OS X / macOS specifics |
|
|
+dnl used in src/timer_clockgettime.c |
|
|
@@ -496,7 +496,7 @@ diff --git a/src/utils.c b/src/utils.c |
|
|
index 2d5bcb0..81dd64b 100644 |
|
|
--- a/src/utils.c |
|
|
+++ b/src/utils.c |
|
|
@@ -349,7 +349,7 @@ char *osmo_osmo_hexdump_nospc(const unsigned char *buf, int len) |
|
|
@@ -407,7 +407,7 @@ |
|
|
__attribute__((weak, alias("osmo_hexdump_nospc"))); |
|
|
#endif |
|
|
|
|
|
|