projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f74f1e
)
[packages] subversion: turn dependency on unixodbc into a select (#12027)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 17 Aug 2012 19:36:38 +0000
(19:36 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 17 Aug 2012 19:36:38 +0000
(19:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33207
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/subversion/Makefile
patch
|
blob
|
history
diff --git
a/net/subversion/Makefile
b/net/subversion/Makefile
index
e1f4844
..
d7523cc
100644
(file)
--- a/
net/subversion/Makefile
+++ b/
net/subversion/Makefile
@@
-39,7
+39,7
@@
endef
define Package/subversion-libs
$(call Package/subversion/Default)
- DEPENDS+=unixodbc
+ DEPENDS+=
+
unixodbc
TITLE:=subversion libs
endef