launchpad: use consistent order for flags

Refs #44894
This commit is contained in:
Tristan Matthews
2014-04-16 15:40:17 -04:00
parent 9da75337ac
commit d739d20401

View File

@ -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 -DNDEBUG -O2 ./configure $(PJ_CONFIG_OPTIONS)
cd libs/pjproject-2.2.1; CFLAGS=-fPIC -O2 -DNDEBUG ./configure $(PJ_CONFIG_OPTIONS)
touch configure-stamp
#Architecture