projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d334c1
)
disable check (and python while we're at it) in configure (closes: #1536)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Apr 2007 13:05:32 +0000
(13:05 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Apr 2007 13:05:32 +0000
(13:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6787
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/libdnet/Makefile
patch
|
blob
|
history
diff --git
a/libs/libdnet/Makefile
b/libs/libdnet/Makefile
index
501bc61
..
e3d58b4
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 \
)