Author: mike
Date: 2007-11-20 20:43:28 -0800 (Tue, 20 Nov 2007)
New Revision: 5988
Log:
Add -L. to DSOFLAGS (STR #1791)


Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/makeinclude.in

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2007-11-20 21:57:17 UTC (rev 5987)
+++ branches/branch-1.1/CHANGES 2007-11-21 04:43:28 UTC (rev 5988)
@@ -4,6 +4,9 @@
          STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
          STR #1639, STR #1645, STR #1644, STR #1792, STR #1793,
          STR #1742, STR #1777)
+       - Shared libraries would not build on 64-bit Linux
+         systems with an existing non-PIC FLTK installation
+         (STR #1791)
        - Fl_Browser::hide() and Fl_Browser::show() did not
          correctly update the scrollbar (STR #1724)
        - The configure script now shows a summry of the

Modified: branches/branch-1.1/makeinclude.in
===================================================================
--- branches/branch-1.1/makeinclude.in  2007-11-20 21:57:17 UTC (rev 5987)
+++ branches/branch-1.1/makeinclude.in  2007-11-21 04:43:28 UTC (rev 5988)
@@ -74,7 +74,7 @@
 
 # libraries to link with:
 AUDIOLIBS      = @AUDIOLIBS@
-DSOFLAGS       = @DSOFLAGS@
+DSOFLAGS       = -L. @DSOFLAGS@
 LDFLAGS                = $(OPTIM) @LDFLAGS@
 LDLIBS         = @LIBS@
 GLDLIBS                = @GLLIB@ @LIBS@

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to