mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
Build debian packages with -fPIC
By building globally with -fPIC we can get mod_flite to build.
This commit is contained in:
parent
8cd8b15266
commit
fa18764474
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user