[packages] ntp: disable snmp explicitely
authorNicolas Thill <nico@openwrt.org>
Tue, 9 Mar 2010 18:46:15 +0000 (18:46 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 9 Mar 2010 18:46:15 +0000 (18:46 +0000)
SVN-Revision: 20100

net/ntpd/Makefile

index d17185fefadf4b7532a432a55c0c830020571eca..e1d1806b6f017daf9ffb04b3425248c08565231f 100644 (file)
@@ -121,7 +121,8 @@ CONFIGURE_ARGS += \
        --enable-NMEA \
        --enable-LOCAL-CLOCK \
        --enable-SHM \
        --enable-NMEA \
        --enable-LOCAL-CLOCK \
        --enable-SHM \
-       --disable-linuxcaps
+       --disable-linuxcaps \
+       --without-ntpsnmpd \
 
 ifeq ($(BUILD_VARIANT),ssl)
        CONFIGURE_ARGS += \
 
 ifeq ($(BUILD_VARIANT),ssl)
        CONFIGURE_ARGS += \