Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
30a54def
Commit
30a54def
authored
Apr 23, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/freeswitch: rebuild without debugging
the 1.0.6 seems to fix the issues
parent
dfb08231
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
testing/freeswitch/APKBUILD
testing/freeswitch/APKBUILD
+1
-3
No files found.
testing/freeswitch/APKBUILD
View file @
30a54def
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname
=
freeswitch
pkgver
=
1.0.6
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A communications platform written in C from the ground up"
url
=
"http://www.freeswitch.org"
license
=
"GPL"
...
...
@@ -18,7 +18,6 @@ source="http://files.freeswitch.org/freeswitch-$pkgver.tar.gz
freeswitch.pre-install
freeswitch.post-deinstall
"
options
=
"!strip"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
...
...
@@ -27,7 +26,6 @@ build() {
# i think our max cmd len is 32768
# by specifying it here we save our selves from some CPU cycles
export
lt_cv_sys_max_cmd_len
=
8192
export
CFLAGS
=
"-g"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc/freeswitch
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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