mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #8034: launchpad: configure pjproject with -fPIC option
This commit is contained in:
@ -22,7 +22,7 @@ configure-stamp:
|
|||||||
# Add here commands to configure the package.
|
# Add here commands to configure the package.
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
cd libs/pjproject; ./configure
|
cd libs/pjproject; CFLAGS=-fPIC ./configure
|
||||||
touch configure-stamp
|
touch configure-stamp
|
||||||
|
|
||||||
#Architecture
|
#Architecture
|
||||||
|
Reference in New Issue
Block a user