Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
89b53ed1
Commit
89b53ed1
authored
Dec 14, 2010
by
Sebastien Decugis
Browse files
Fixed some dependencies
parent
93586808
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/debian/control
View file @
89b53ed1
...
...
@@ -28,7 +28,8 @@ Description: This package provides the development files for freeDiameter.
Package: freediameter-daemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072, freediameter-dictionary-legacy
Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072, freediameter-dictionary-rfc4740,
freediameter-dictionary-mip6, freediameter-dictionary-legacy
Description: The freeDiameter daemon.
The freeDiameter daemon provides support for the Diameter
Base Protocol. Without any extension, the daemon can only
...
...
@@ -43,7 +44,8 @@ Description: The freeDiameter daemon.
Package: freediameter-debug-tools
Architecture: any
Section: contrib/debug
Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), python
Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
Suggests: python, libmysqlclient16
Description: freeDiameter debug tools.
This package provides useful tools to help tracking
problems in freeDiameter installation. For example,
...
...
extensions/test_sip/CMakeLists.txt
View file @
89b53ed1
...
...
@@ -20,3 +20,11 @@ SET( TEST_SIP_SRC
FD_ADD_EXTENSION
(
test_sip
${
TEST_SIP_SRC
}
)
TARGET_LINK_LIBRARIES
(
test_sip
${
MySQL_LIBRARIES
}
)
####
## INSTALL section ##
INSTALL
(
TARGETS test_app
LIBRARY DESTINATION
${
INSTALL_EXTENSIONS_SUFFIX
}
COMPONENT freeDiameter-debug-tools
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment