projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af26d10
)
Add missing dependency on openssl to openflow-pki.
author
Ben Pfaff
<blp@nicira.com>
Tue, 4 Nov 2008 22:24:18 +0000
(14:24 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 4 Nov 2008 22:24:18 +0000
(14:24 -0800)
Otherwise the ofp-pki script cannot execute it.
debian/control.in
patch
|
blob
|
history
diff --git
a/debian/control.in
b/debian/control.in
index d037629b3ccf4fbe99badcedca4a01bb452732f4..abf079a63db4d6da7d5f7f806d3db97cc881f37e 100644
(file)
--- a/
debian/control.in
+++ b/
debian/control.in
@@
-19,7
+19,7
@@
Description: Source code for OpenFlow datapath Linux module
Package: openflow-common
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}
, openssl
Description: OpenFlow common components
openflow-common provides components required by both openflow-switch
and openflow-controller.