projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f79ba8a
)
disable check (and python while we're at it) in configure (closes: #1536)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 1 Apr 2007 13:05:32 +0000
(13:05 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 1 Apr 2007 13:05:32 +0000
(13:05 +0000)
SVN-Revision: 6787
libs/libdnet/Makefile
patch
|
blob
|
history
diff --git
a/libs/libdnet/Makefile
b/libs/libdnet/Makefile
index 501bc61cb84ab11be45c7035253ba41f8261ba16..e3d58b4c2bb462d0f963d81dfeb6dd0411a74034 100644
(file)
--- a/
libs/libdnet/Makefile
+++ b/
libs/libdnet/Makefile
@@
-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 \
)