1
0
forked from pool/libosmo-abis
Jan Engelhardt 2021-11-19 12:18:45 +00:00 committed by Git OBS Bridge
parent e08838de19
commit b4a71ea732
2 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,9 @@
Fri Nov 19 09:14:18 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to new upstream release 1.2.0
* https://git.osmocom.org/libosmo-abis/plain/debian/changelog?h=1.2.0
* ipa: Introduce support for user-specific DSCP and priority
* e1_input: Allow (vty) configuration of IP DSCP and socket
priority
- Update patch:
* osmo-talloc.diff

View File

@ -106,12 +106,8 @@ applications that want to make use of libosmotrau.
echo "%version" >.tarball-version
autoreconf -fiv
# bugzilla.opensuse.org/795968 for rationale
%configure \
--includedir="%_includedir/%name" \
--enable-shared \
--disable-static \
--disable-dahdi \
--enable-e1d
%configure --includedir="%_includedir/%name" \
--enable-shared --disable-static --disable-dahdi --enable-e1d
%make_build
%install