ham/lpsk31: Use -fcommon. Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7cac6f85a7
commit
704bb4a131
|
@ -1,9 +1,11 @@
|
|||
lpsk31 is a ncurses console application for ham radio communications in the
|
||||
popular PSK31 digital mode. lpsk31 uses only integer arithmetic for both
|
||||
signal detection and audio tone synthesis, so that it needs no floating point
|
||||
calculations for its operation. lpsk31 can keep a log of QSO's in text and
|
||||
ADIF format as well as a raw log of all that is typed in the transmit window
|
||||
or displayed in the receive window. Some QSO data (signal strength and
|
||||
frequency) can be acquired automatically via a CAT interface from the
|
||||
transceiver itself, if it is an FT847. Unfortunately there is no CAT for other
|
||||
types of transceiver since I had problems using Hamlib.
|
||||
lpsk31 is a ncurses console application for ham radio communications in
|
||||
the popular PSK31 digital mode. lpsk31 uses only integer arithmetic for
|
||||
both signal detection and audio tone synthesis, so that it needs no
|
||||
floating point calculations for its operation.
|
||||
|
||||
lpsk31 can keep a log of QSO's in text and ADIF format as well as a raw
|
||||
log of all that is typed in the transmit window or displayed in the
|
||||
receive window. Some QSO data (signal strength and frequency) can be
|
||||
acquired automatically via a CAT interface from the transceiver itself,
|
||||
if it is an FT847. Unfortunately there is no CAT for other types of
|
||||
transceiver since I had problems using Hamlib.
|
||||
|
|
|
@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=lpsk31
|
||||
VERSION=${VERSION:-1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -80,8 +80,7 @@ find -L . \
|
|||
# Fix home directory screwballery
|
||||
patch -p0 < $CWD/Makefile.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS -fcommon" \
|
||||
make
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
|
|
Loading…
Reference in New Issue