[pkg-fso-commits] [SCM] gpsd for fso branch, master, updated. v0.8-2-g78fe48d

Sascha Wessel wessel at nefkom.net
Mon Feb 2 18:55:04 UTC 2009


The following commit has been merged in the master branch:
commit 78fe48dffb923175bde9f0aabc3500a9264a57e0
Author: Sascha Wessel <wessel at nefkom.net>
Date:   Thu Dec 11 13:39:03 2008 +0100

    Added configure-dev

diff --git a/configure-dev b/configure-dev
new file mode 100755
index 0000000..7294fe0
--- /dev/null
+++ b/configure-dev
@@ -0,0 +1,43 @@
+#!/bin/sh
+
+WARN="\
+-Wchar-subscripts \
+-Wcomment \
+-Wformat \
+-Wnonnull \
+-Wimplicit-int \
+-Wimplicit-function-declaration \
+-Wimplicit \
+-Wmain \
+-Wmissing-braces \
+-Wparentheses \
+-Wsequence-point \
+-Wreturn-type \
+-Wswitch \
+-Wtrigraphs \
+-Wunused-function \
+-Wunused-label \
+-Wunused-variable \
+-Wunused-value \
+-Wunknown-pragmas \
+-Wstrict-aliasing \
+-Winline \
+-Wundef \
+-Wendif-labels \
+-Wshadow \
+-Wpointer-arith \
+-Wcast-qual \
+-Wcast-align \
+-Wwrite-strings \
+-Waggregate-return \
+-Wstrict-prototypes \
+-Wmissing-noreturn \
+-Wnested-externs"
+
+PREFIX="$HOME/dev"
+CFLAGS="-g -O2 -Wall -pedantic $WARN -D_FORTIFY_SOURCE=2"
+CMD="./configure --prefix=\"$PREFIX\" CFLAGS=\"$CFLAGS\""
+
+echo $CMD
+eval $CMD
+

-- 
gpsd for fso



More information about the pkg-fso-commits mailing list