Architecture clearup, readability updates

This commit is contained in:
hibby 2018-02-10 19:40:02 +00:00
parent d24c46ecb9
commit aa9cd7a4e7
4 changed files with 23 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.pc/

2
debian/control vendored
View File

@ -10,7 +10,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/uronode.git
Homepage: http://uronode.sourceforge.net/
Package: uronode
Architecture: any
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: ax25-node
Replaces: ax25-node

View File

@ -4,7 +4,16 @@ Last-Update: 2017-08-22
--- a/Makefile.in
+++ b/Makefile.in
@@ -38,6 +38,7 @@
@@ -2,8 +2,6 @@
CC = gcc
LD = gcc
-# CFLAGS = -O2 -g -s -Wno-unused-result -Wstrict-prototypes
-# CFLAGS = -DUNIX -g3 -DDEBUG
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
@@ -38,6 +36,7 @@
install -b -m 644 -p etc/gateways $(VAR_DIR)/flex
installbin: all

View File

@ -25,3 +25,14 @@ Last-Update: 2015-10-16
-ZLIB = @ZLIB@
\ No newline at end of file
+ZLIB = @ZLIB@
--- a/configure
+++ b/configure
@@ -26,7 +26,7 @@
[ "$LIB_DIR" ] || LIB_DIR=/usr/lib
[ "$DATA_DIR" ] || DATA_DIR=/usr/share
[ "$MAN_DIR" ] || MAN_DIR=/usr/share/man
-[ "$VAR_DIR" ] || VAR_DIR=/var/lib/ax25
+[ "$VAR_DIR" ] || VAR_DIR=/var/ax25
echo "Welcome to the configuration utility for URONode. This configure script"
echo "will very simply and easily guide you into installling URONode with as"