summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-09-06 03:57:16 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-09-06 04:01:49 -0400
commit8be5d72d01d7eedd9af9cfaa2da23433dd0d22a7 (patch)
tree470e416643db8c68216c397e57e96518c8eadf11 /build.txt
parentf306fbd42b65b8b1ad9ef40ad7bc38f18a5318a9 (diff)
downloadgpsd-8be5d72d01d7eedd9af9cfaa2da23433dd0d22a7.tar.gz
In SConstruct, 'strip' becomes 'nostrip' and the sense is inverted.
(Default inverts too, so rge build still defaults to stripping.) This is the only change required to make a build with all options False be minimal. It's preparation for a 'minimal' option to make life slightly easier for the Android and embedded guys. Required that the scons line for Android be retconned. All regression tests pass.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.txt b/build.txt
index 13b9e550..ab21038d 100644
--- a/build.txt
+++ b/build.txt
@@ -382,7 +382,7 @@ Here are thescons switches I use:
scons wordsize=32 snapshot=off arch=arm sample=shell
scons -j3 prefix=/usr libdir=$prefix/lib udevdir=/lib/udev
-chrpath=False gpsd_user=gpsd gpsd_group=uucp strip=False python=False
+chrpath=False gpsd_user=gpsd gpsd_group=uucp nostrip=True python=False
bluez=0 libgpsmm=0 clientdebug=0 dbus_export=0 ipv6=0 timing=0
ncurses=0 ntpshm=0 pps=0 shm_export=0 socket_export=1 systemd=0
libQgpsmm=0 usb=0 aivdm=0 ashtech=0 earthmate=0 evermore=0 fury=0