disable check (and python while we're at it) in configure (closes: #1536)
authorNicolas Thill <nico@openwrt.org>
Sun, 1 Apr 2007 13:05:32 +0000 (13:05 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 1 Apr 2007 13:05:32 +0000 (13:05 +0000)
SVN-Revision: 6787

libs/libdnet/Makefile

index 501bc61cb84ab11be45c7035253ba41f8261ba16..e3d58b4c2bb462d0f963d81dfeb6dd0411a74034 100644 (file)
@@ -43,6 +43,8 @@ define Build/Configure
        $(call Build/Configure/Default, \
                --enable-shared \
                --enable-static \
+               --without-check \
+               --without-python \
                , \
                ac_cv_dnet_bsd_bpf=no \
        )