From 9022d768021bbe15c7815cc6f8b64218b46f0e10 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 15 Oct 2020 16:27:49 +0200 Subject: Bump to upstream version 0.9.2 --- stripdown.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stripdown.sh') diff --git a/stripdown.sh b/stripdown.sh index 2e4466e..c8d8332 100755 --- a/stripdown.sh +++ b/stripdown.sh @@ -23,7 +23,7 @@ for file in ${LIBSRC} ${LIBINC}; do done # fixup one include -sed s:codec2/version.h:version.h: src/codec2.h > "${DESTDIR}"/codec2.h +sed s:\:\"version.h\": src/codec2.h > "${DESTDIR}"/codec2.h cat > "${DESTDIR}"/debug_alloc.h <<'EOF' #define FREE free @@ -51,7 +51,7 @@ cd .. rm -r "${BUILDDIR}" cat > "${DESTDIR}"/Makefile <<'EOF' -CFLAGS = -Wall -Wno-strict-overflow -std=gnu11 -fPIC -g -O2 -I. +CFLAGS = -Wall -Wno-strict-overflow -std=gnu11 -fPIC -g -O2 -I. -lm CFLAGS += -DHORUS_L2_RX -DINTERLEAVER -DRUN_TIME_TABLES -DSCRAMBLER -Dcodec2_EXPORTS CFLAGS += -Wno-incompatible-pointer-types-discards-qualifiers -- cgit v1.2.3