Author: matt
Date: 2010-11-17 03:13:57 -0800 (Wed, 17 Nov 2010)
New Revision: 7865
Log:
Library directory prefix for 64 bit builds
Modified:
branches/branch-1.3/configure.in
Modified: branches/branch-1.3/configure.in
===================================================================
--- branches/branch-1.3/configure.in 2010-11-17 11:03:51 UTC (rev 7864)
+++ branches/branch-1.3/configure.in 2010-11-17 11:13:57 UTC (rev 7865)
@@ -278,7 +278,7 @@
IMGDSONAME="libfltk_images.so.$FL_API_VERSION"
CAIRODSONAME="libfltk_cairo.so.$FL_API_VERSION"
DSOCOMMAND="\$(CXX) \$(DSOFLAGS) -Wl,-soname,\$@ \$(LDLIBS)
-shared -fPIC $DEBUGFLAG -o"
- if test "x$libdir" != "x/usr/lib"; then
+ if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/usr/lib64";
then
DSOLINK="-Wl,-rpath,$libdir"
fi
;;
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit