mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
spidermonkey build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3699 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f3cd9235b2
commit
66be44b33c
2
libs/js/nsprpub/configure
vendored
2
libs/js/nsprpub/configure
vendored
@ -3326,7 +3326,7 @@ EOF
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
DSO_CFLAGS=-fPIC
|
DSO_CFLAGS=-fPIC
|
||||||
DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name $dist_libdir/$@ -headerpad_max_install_names'
|
DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name ${prefix}/lib/$@ -headerpad_max_install_names'
|
||||||
# Use the standard preprocessor (cpp)
|
# Use the standard preprocessor (cpp)
|
||||||
CFLAGS="$CFLAGS -no-cpp-precomp"
|
CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||||
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
|
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
|
||||||
|
@ -975,7 +975,7 @@ case "$target" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
DSO_CFLAGS=-fPIC
|
DSO_CFLAGS=-fPIC
|
||||||
DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name $dist_libdir/$@ -headerpad_max_install_names'
|
DSO_LDOPTS='-dynamiclib -compatibility_version 1 -current_version 1 -all_load -install_name ${prefix}/lib/$@ -headerpad_max_install_names'
|
||||||
# Use the standard preprocessor (cpp)
|
# Use the standard preprocessor (cpp)
|
||||||
CFLAGS="$CFLAGS -no-cpp-precomp"
|
CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||||
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
|
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user