[packages] ntpd: disable explicit request for linux capabilities since we don't have...
authorNicolas Thill <nico@openwrt.org>
Sat, 23 May 2009 03:19:47 +0000 (03:19 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 23 May 2009 03:19:47 +0000 (03:19 +0000)
SVN-Revision: 16008

net/ntpd/Makefile

index 08375432dc7c0e824afcab6213135e40933f7e09..0063289ed1ee1310326d0da9a537c748b3cc4533 100644 (file)
@@ -98,7 +98,7 @@ define Build/Configure
                --enable-NMEA \
                --enable-LOCAL-CLOCK \
                --enable-SHM \
-               --enable-linuxcaps, \
+               --disable-linuxcaps, \
                ac_cv_lib_rt_sched_setscheduler=no \
        )
 endef