Update to 0.5-beta4
This commit is contained in:
parent
6a52ed9ae6
commit
9e4daf8fa8
@ -28,6 +28,8 @@ BuildRequires: automake autoconf intltool libtool
|
|||||||
# for xsltproc
|
# for xsltproc
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
|
||||||
|
Patch0: buildsys-hates-openpty.patch
|
||||||
|
|
||||||
# HACK patch to workaround FTBFS on sparc, type mismatch where
|
# HACK patch to workaround FTBFS on sparc, type mismatch where
|
||||||
# suseconds_t is int -- Rex
|
# suseconds_t is int -- Rex
|
||||||
Patch1: ModemManager-0.4-hack_sparc_werror.patch
|
Patch1: ModemManager-0.4-hack_sparc_werror.patch
|
||||||
@ -38,10 +40,12 @@ modems, including mobile broadband (3G) devices.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .pty
|
||||||
%patch1 -p1 -b .hack_sparc_werror.patch
|
%patch1 -p1 -b .hack_sparc_werror.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
autoreconf -i
|
||||||
%configure \
|
%configure \
|
||||||
--enable-more-warnings=yes \
|
--enable-more-warnings=yes \
|
||||||
--with-udev-base-dir=/lib/udev \
|
--with-udev-base-dir=/lib/udev \
|
||||||
|
12
buildsys-hates-openpty.patch
Normal file
12
buildsys-hates-openpty.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up ModemManager-0.4.998/src/tests/Makefile.am.foo ModemManager-0.4.998/src/tests/Makefile.am
|
||||||
|
--- ModemManager-0.4.998/src/tests/Makefile.am.foo 2011-07-06 17:59:53.711343366 -0500
|
||||||
|
+++ ModemManager-0.4.998/src/tests/Makefile.am 2011-07-06 18:00:08.971152593 -0500
|
||||||
|
@@ -45,7 +45,6 @@ if WITH_TESTS
|
||||||
|
check-local: test-modem-helpers
|
||||||
|
$(abs_builddir)/test-modem-helpers
|
||||||
|
$(abs_builddir)/test-charsets
|
||||||
|
- $(abs_builddir)/test-qcdm-serial-port
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user