mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #8034: hudson: update build script with -fPIC option for pjsip
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user