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
|
@ -3326,7 +3326,7 @@ EOF
|
|||
;;
|
||||
esac
|
||||
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)
|
||||
CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
|
||||
|
|
|
@ -975,7 +975,7 @@ case "$target" in
|
|||
;;
|
||||
esac
|
||||
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)
|
||||
CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
|
||||
|
|
Loading…
Reference in New Issue