Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
1043756b
Commit
1043756b
authored
Jan 30, 2015
by
Alexandre Lision
Browse files
Options
Downloads
Patches
Plain Diff
Build contribs in native/
parent
3a694713
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
compile.sh
+3
-2
3 additions, 2 deletions
compile.sh
with
3 additions
and
2 deletions
compile.sh
+
3
−
2
View file @
1043756b
...
@@ -275,7 +275,7 @@ cd ../../..
...
@@ -275,7 +275,7 @@ cd ../../..
# Contribs #
# Contribs #
############
############
echo
"Building the contribs"
echo
"Building the contribs"
mkdir
-p
daemon/contrib/
contrib-android-
${
TARGET_TUPLE
}
mkdir
-p
daemon/contrib/
native
gen_pc_file
()
{
gen_pc_file
()
{
echo
"Generating
$1
pkg-config file"
echo
"Generating
$1
pkg-config file"
...
@@ -288,7 +288,7 @@ Cflags:" > daemon/contrib/${TARGET_TUPLE}/lib/pkgconfig/`echo $1|tr 'A-Z' 'a-z'`
...
@@ -288,7 +288,7 @@ Cflags:" > daemon/contrib/${TARGET_TUPLE}/lib/pkgconfig/`echo $1|tr 'A-Z' 'a-z'`
mkdir
-p
daemon/contrib/
${
TARGET_TUPLE
}
/lib/pkgconfig
mkdir
-p
daemon/contrib/
${
TARGET_TUPLE
}
/lib/pkgconfig
cd
daemon/contrib/
contrib-android-
${
TARGET_TUPLE
}
cd
daemon/contrib/
native
../bootstrap
--host
=
${
TARGET_TUPLE
}
../bootstrap
--host
=
${
TARGET_TUPLE
}
# Some libraries have arm assembly which won't build in thumb mode
# Some libraries have arm assembly which won't build in thumb mode
...
@@ -313,6 +313,7 @@ export SFLPHONE_EXTRA_CFLAGS="${EXTRA_CFLAGS}"
...
@@ -313,6 +313,7 @@ export SFLPHONE_EXTRA_CFLAGS="${EXTRA_CFLAGS}"
export
SFLPHONE_EXTRA_CXXFLAGS
=
"
${
EXTRA_CXXFLAGS
}
"
export
SFLPHONE_EXTRA_CXXFLAGS
=
"
${
EXTRA_CXXFLAGS
}
"
export
SFLPHONE_EXTRA_LDFLAGS
=
"
${
EXTRA_LDFLAGS
}
"
export
SFLPHONE_EXTRA_LDFLAGS
=
"
${
EXTRA_LDFLAGS
}
"
make list
make
install
make
install
echo
${
PWD
}
echo
${
PWD
}
# We already have zlib available
# We already have zlib available
...
...
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