gpsd: requires shared library support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 18 May 2015 20:39:16 +0000 (22:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 18 May 2015 20:39:16 +0000 (22:39 +0200)
commitdb989f89c9fb1ebc3997d8a3c517948392611d77
tree4363f6541883a3d21f2cb15a32b126b3fd53ffc8
parente8156352fbc4142ef3ad4a5a02ceb34057f24128
gpsd: requires shared library support

gpsd always tries to build a shared library, so make it 'depends on
!BR2_STATIC_LIBS'. We also propagate this to the only gpsd reverse
dependency, the location support of sconeserver. While we're at it, we
add a comment indicating the dependencies of this location support,
which was missing.

Fixes:

  http://autobuild.buildroot.org/results/f52/f5261a0933f9b5449d1f4e5cab1bb02e7154e683/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gpsd/Config.in
package/sconeserver/Config.in