Start patching build issues
This commit is contained in:
parent
e567985320
commit
aa1cb2b414
|
@ -0,0 +1,11 @@
|
|||
--- a/tcpCode.cpp
|
||||
+++ b/tcpCode.cpp
|
||||
@@ -467,7 +467,7 @@
|
||||
|
||||
QByteArray datas = FLRigsock->readAll();
|
||||
|
||||
- qDebug(datas.data());
|
||||
+ qDebug() << "SetPTT Failed";
|
||||
}
|
||||
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
fix-bookworm-build.patch
|
||||
libpulse.patch
|
||||
build-fix.patch
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
--- a/ax25_demod.c
|
||||
+++ b/ax25_demod.c
|
||||
@@ -4376,11 +4376,11 @@
|
||||
word k, len, i;
|
||||
|
||||
Byte zeros, ones;
|
||||
- TStringList need_frames;
|
||||
+ TStringList: need_frames;
|
||||
|
||||
s = data;
|
||||
|
||||
- CreateStringList(&need_frames);
|
||||
+ need_frames = TStringList.Create;
|
||||
len = data->Length;
|
||||
|
||||
memcpy(crc, &data->Data[data->Length - 18], 18);
|
|
@ -1,8 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export QT_SELECT=5
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||||
export DEB_CFLAGS_MAINT_STRIP=-Werror=implicit-function-declaration
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,qa=-bug-implicit-func
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
Loading…
Reference in New Issue