Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
18b49017
Commit
18b49017
authored
11 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
launchpad: enclose CFLAGS for pjsip in quotes
Refs #44894 Change-Id: I7b0d252896aba276b7626a11eb7907681a56270e
parent
5ed0dfeb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/build-system/launchpad/sflphone-common-video/debian/rules
+1
-1
1 addition, 1 deletion
...build-system/launchpad/sflphone-common-video/debian/rules
tools/build-system/launchpad/sflphone-common/debian/rules
+1
-1
1 addition, 1 deletion
tools/build-system/launchpad/sflphone-common/debian/rules
with
2 additions
and
2 deletions
tools/build-system/launchpad/sflphone-common-video/debian/rules
+
1
−
1
View file @
18b49017
...
...
@@ -38,7 +38,7 @@ configure-stamp:
# Add here commands to configure the package.
./autogen.sh
./configure
--prefix
=
/usr
--enable-video
cd
libs/pjproject-2.2.1
;
CFLAGS
=
-fPIC
-O2
-DNDEBUG
./configure
$(
PJ_CONFIG_OPTIONS
)
cd
libs/pjproject-2.2.1
;
"
CFLAGS=-fPIC -O2 -DNDEBUG
"
./configure
$(
PJ_CONFIG_OPTIONS
)
touch
configure-stamp
#Architecture
...
...
This diff is collapsed.
Click to expand it.
tools/build-system/launchpad/sflphone-common/debian/rules
+
1
−
1
View file @
18b49017
...
...
@@ -38,7 +38,7 @@ configure-stamp:
# Add here commands to configure the package.
./autogen.sh
./configure
--prefix
=
/usr
cd
libs/pjproject-2.2.1
;
CFLAGS
=
-fPIC
-O2
-DNDEBUG
./configure
$(
PJ_CONFIG_OPTIONS
)
cd
libs/pjproject-2.2.1
;
"
CFLAGS=-fPIC -O2 -DNDEBUG
"
./configure
$(
PJ_CONFIG_OPTIONS
)
touch
configure-stamp
#Architecture
...
...
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