Build debian packages with -fPIC

By building globally with -fPIC we can get mod_flite to build.
This commit is contained in:
Travis Cross 2012-11-12 19:04:59 +00:00
parent 8cd8b15266
commit fa18764474
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -6,7 +6,7 @@
FS_CC?=gcc
FS_CXX?=g++
FS_CFLAGS?=-ggdb3 -O2
FS_CFLAGS?=-ggdb3 -O2 -fPIC
FS_CPPFLAGS?=
FS_CXXFLAGS?=$(FS_CFLAGS)
export PATH?=/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin