* #8034: launchpad: configure pjproject with -fPIC option

This commit is contained in:
Tristan Matthews
2012-08-28 17:29:48 -04:00
parent 4dfa58eacc
commit 32ce5123d3

View File

@ -22,7 +22,7 @@ configure-stamp:
# Add here commands to configure the package.
./autogen.sh
./configure --prefix=/usr
cd libs/pjproject; ./configure
cd libs/pjproject; CFLAGS=-fPIC ./configure
touch configure-stamp
#Architecture