Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
5bbd6829
Commit
5bbd6829
authored
7 years ago
by
Jenkins2
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "install_prereq: Update OpenBSD libraries."
parents
699403e4
a7e7302a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/scripts/install_prereq
+16
-1
16 additions, 1 deletion
contrib/scripts/install_prereq
with
16 additions
and
1 deletion
contrib/scripts/install_prereq
+
16
−
1
View file @
5bbd6829
...
...
@@ -50,7 +50,22 @@ PACKAGES_RH="$PACKAGES_RH wget subversion"
# Asterisk: for ./configure --with-pjproject-bundled:
PACKAGES_RH
=
"
$PACKAGES_RH
bzip2 patch python-devel"
PACKAGES_OBSD
=
"popt gmake wget libxml libogg libvorbis curl iksemel spandsp speex iodbc freetds-0.63p1-msdblib mysql-client gmime sqlite sqlite3 jack libxslt"
# Basic build system:
PACKAGES_OBSD
=
"gmake"
# Asterisk: basic requirements:
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
libxml sqlite3 e2fsprogs jansson"
# Asterisk: for addons:
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
speex speexdsp libogg libvorbis portaudio-svn curl xmlstarlet bison"
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
postgresql-client iodbc libltdl neon gmime lua%5.2 uriparser libxslt"
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
mariadb-client radcli freetds"
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
net-snmp iksemel popt libical spandsp"
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
c-client libsrtp gsm doxygen graphviz"
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
fftw3 libsndfile"
# Asterisk: for the unpackaged below:
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
wget subversion"
# Asterisk: for ./configure --with-pjproject-bundled:
PACKAGES_OBSD
=
"
$PACKAGES_OBSD
bzip2 python%2"
PACKAGES_FBSD
=
"autoconf gcc binutils popt gmake wget libxml2 libogg libvorbis curl iksemel spandsp speex unixODBC freetds-devel mysql55-client gmime2 sqlite"
PACKAGES_FBSD
=
"
$PACKAGES_FBSD
sqlite3 libxslt jansson e2fsprogs-libuuid gsm libsrtp libsamplerate"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment