mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-02 03:24:54 +00:00
12 lines
330 B
Diff
12 lines
330 B
Diff
--- SConstruct 2013-10-30 17:18:51.160645496 -0400
|
|
+++ new 2013-10-30 17:22:18.790072856 -0400
|
|
@@ -78,7 +78,7 @@
|
|
env['DIST_ARCHIVE_SUFFIX'] = '.tgz'
|
|
|
|
if nix:
|
|
- env.Append(CCFLAGS=["-O3", "-pthread"])
|
|
+ env.Append(CCFLAGS=["-I../pcre", "-fPIC", "-O3", "-pthread"])
|
|
if linux:
|
|
env.Append(LINKFLAGS=["-pthread"])
|
|
|