File boost.patch of Package ODR-DabMod
diff --git a/Makefile.am b/Makefile.am
index 87d553a..219eab2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,8 +39,8 @@ KISS_FLAGS=-DFIXED_POINT=16
odr_dabmod_CFLAGS = -Wall -Isrc -Ilib -Ikiss \
$(GITVERSION_FLAGS) $(KISS_FLAGS)
odr_dabmod_CXXFLAGS = -Wall -Isrc -Ilib -Ikiss \
- $(GITVERSION_FLAGS) $(BOOST_CPPFLAGS) $(KISS_FLAGS)
-odr_dabmod_LDADD = $(BOOST_LDFLAGS) $(BOOST_THREAD_LIB) $(UHD_LIBS) $(LIMESDR_LIBS) $(ADDITIONAL_UHD_LIBS)
+ $(GITVERSION_FLAGS) $(KISS_FLAGS)
+odr_dabmod_LDADD = $(UHD_LIBS) $(LIMESDR_LIBS) $(ADDITIONAL_UHD_LIBS)
odr_dabmod_SOURCES = src/DabMod.cpp \
src/PcDebug.h \
src/DabModulator.cpp \
diff --git a/configure.ac b/configure.ac
index ccce564..7fceb47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,9 +131,9 @@ AS_IF([test "x$enable_output_uhd" = "xyes"],
# I don't know why this is needed, I think the uhd pkg-config file should also
# tell us to link against boost thread, but it doesn't.
-AS_IF([test "x$enable_output_uhd" = "xyes"],
- [ AX_BOOST_BASE([1.55.0], [], AC_MSG_ERROR([BOOST 1.55 or later is required]))
- AX_BOOST_THREAD ])
+#AS_IF([test "x$enable_output_uhd" = "xyes"],
+# [ AX_BOOST_BASE([1.55.0], [], AC_MSG_ERROR([BOOST 1.55 or later is required]))
+# AX_BOOST_THREAD ])
AS_IF([test "x$enable_soapysdr" = "xyes"],
[AC_DEFINE(HAVE_SOAPYSDR, [1], [Define if SoapySDR output is enabled])])