* #8034: hudson: update build script with -fPIC option for pjsip

This commit is contained in:
Tristan Matthews
2012-08-28 17:26:14 -04:00
parent 63a8f1c2c2
commit 4dfa58eacc

View File

@ -113,7 +113,7 @@ function build_daemon {
# Compile pjproject first
pushd libs/pjproject
./autogen.sh
./configure
CFLAGS=-fPIC ./configure
make && make dep
popd
./configure --prefix=/usr
@ -136,7 +136,7 @@ function build_gnome {
# Compile pjproject first
pushd libs/pjproject
./autogen.sh
./configure
CFLAGS=-fPIC ./configure
make && make dep
popd
./configure --prefix=/usr