mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
12 lines
347 B
Diff
12 lines
347 B
Diff
--- SConstruct.orig 2011-04-28 19:00:36.000000000 +0200
|
|
+++ SConstruct 2011-04-28 19:01:19.000000000 +0200
|
|
@@ -45,7 +45,7 @@
|
|
linux = True
|
|
|
|
if nix:
|
|
- env.Append( CPPFLAGS=" -O3" )
|
|
+ env.Append( CPPFLAGS=" -I../pcre -fPIC -O3" )
|
|
env.Append( LIBS=["pthread"] )
|
|
if linux:
|
|
env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " )
|