Architecture clearup, readability updates
This commit is contained in:
parent
d24c46ecb9
commit
aa9cd7a4e7
|
@ -0,0 +1 @@
|
||||||
|
.pc/
|
|
@ -10,7 +10,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/uronode.git
|
||||||
Homepage: http://uronode.sourceforge.net/
|
Homepage: http://uronode.sourceforge.net/
|
||||||
|
|
||||||
Package: uronode
|
Package: uronode
|
||||||
Architecture: any
|
Architecture: linux-any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Breaks: ax25-node
|
Breaks: ax25-node
|
||||||
Replaces: ax25-node
|
Replaces: ax25-node
|
||||||
|
|
|
@ -4,7 +4,16 @@ Last-Update: 2017-08-22
|
||||||
|
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/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
|
install -b -m 644 -p etc/gateways $(VAR_DIR)/flex
|
||||||
|
|
||||||
installbin: all
|
installbin: all
|
||||||
|
|
|
@ -25,3 +25,14 @@ Last-Update: 2015-10-16
|
||||||
-ZLIB = @ZLIB@
|
-ZLIB = @ZLIB@
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
+ZLIB = @ZLIB@
|
+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"
|
||||||
|
|
Loading…
Reference in New Issue