]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
spidermonkey build
authorBrian West <brian@freeswitch.org>
Mon, 18 Dec 2006 20:05:47 +0000 (20:05 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 18 Dec 2006 20:05:47 +0000 (20:05 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3699 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/js/nsprpub/configure
libs/js/nsprpub/configure.in

index ad26d27357467cc663fd7731a6d17ab50482e021..613e9f83de3346065cebb34bdfa6aded042b2a4c 100755 (executable)
@@ -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 $@'
index 6a462be3d50a7607abe6a28e63ef0b0070bca15e..ea1026c9bb2f6762aef244b40d272c712b25ee32 100644 (file)
@@ -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 $@'