projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5b84a
)
net/quagga: fix an SDK compile issue
author
Alexandros C. Couloumbis
<alex@ozo.com>
Tue, 9 Nov 2010 09:07:09 +0000
(09:07 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Tue, 9 Nov 2010 09:07:09 +0000
(09:07 +0000)
SVN-Revision: 23936
net/quagga/Makefile
patch
|
blob
|
history
diff --git
a/net/quagga/Makefile
b/net/quagga/Makefile
index ab9bc495d5437c53d81fa1b015f947aa7c3ce223..131b5ce6347b5552b9ae3a8d6cdb839528176487 100644
(file)
--- a/
net/quagga/Makefile
+++ b/
net/quagga/Makefile
@@
-159,7
+159,6
@@
endif
define Build/Configure
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
- autoconf \
);
$(call Build/Configure/Default)
endef