Skip to content
Snippets Groups Projects
Commit 18b49017 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

launchpad: enclose CFLAGS for pjsip in quotes

Refs #44894

Change-Id: I7b0d252896aba276b7626a11eb7907681a56270e
parent 5ed0dfeb
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment