[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Patch] OS X shared build, pt2
From: |
Per Persson |
Subject: |
[Patch] OS X shared build, pt2 |
Date: |
Wed, 18 Feb 2004 13:30:06 +0100 |
(I'm sending this patch again, previous mail seems to be lost in space)
A patch to fix the missing SONAME_FLAGS in OS X build.
/Per
Index: configure.in
===================================================================
RCS file: /cvs/octave/configure.in,v
retrieving revision 1.446
diff -u -d -b -w -r1.446 configure.in
--- configure.in 2004/02/16 19:02:32 1.446
+++ configure.in 2004/02/18 12:26:49
@@ -700,6 +700,7 @@
SHLEXT_VER='$(version).$(SHLEXT)'
SHLLIB_VER='$(version).$(SHLLIB)'
NO_OCT_FILE_STRIP=true
+ SONAME_FLAGS='-install_name $(octlibdir)/$@'
library_path_var=DYLD_LIBRARY_PATH
;;
*-*-cygwin* | *-*-mingw*)
- [Patch] OS X shared build, pt2,
Per Persson <=