olsrd: only pud depends on libgps
As a workaround for the glibc-fix the dependency on libgps was moved
to olsrd. However, only pud is using this library.
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 27ac56adc6
)
This commit is contained in:
parent
96ba5d184a
commit
13461119bc
1 changed files with 0 additions and 4 deletions
|
@ -170,11 +170,7 @@ MAKE_FLAGS+= \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
STRIP="true" \
|
STRIP="true" \
|
||||||
INSTALL_LIB="true" \
|
INSTALL_LIB="true" \
|
||||||
<<<<<<< HEAD
|
|
||||||
SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo jsoninfo netjson mdns nameservice p2pd pgraph pud quagga secure sgwdynspeed txtinfo watchdog"
|
SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo jsoninfo netjson mdns nameservice p2pd pgraph pud quagga secure sgwdynspeed txtinfo watchdog"
|
||||||
=======
|
|
||||||
SUBDIRS="arprefresh bmf dot_draw dyn_gw dyn_gw_plain httpinfo filtergw jsoninfo netjson mdns nameservice p2pd pgraph pud quagga secure sgwdynspeed txtinfo watchdog"
|
|
||||||
>>>>>>> 4f7791a (olsrd: update to 2021-06-07)
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default,all)
|
$(call Build/Compile/Default,all)
|
||||||
|
|
Loading…
Reference in a new issue