mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
Add -L. to DSOFLAGS (STR #1791)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5988 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -4,6 +4,9 @@ CHANGES IN FLTK 1.1.8
|
|||||||
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
|
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
|
||||||
STR #1639, STR #1645, STR #1644, STR #1792, STR #1793,
|
STR #1639, STR #1645, STR #1644, STR #1792, STR #1793,
|
||||||
STR #1742, STR #1777)
|
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
|
- Fl_Browser::hide() and Fl_Browser::show() did not
|
||||||
correctly update the scrollbar (STR #1724)
|
correctly update the scrollbar (STR #1724)
|
||||||
- The configure script now shows a summry of the
|
- The configure script now shows a summry of the
|
||||||
|
|||||||
+1
-1
@@ -74,7 +74,7 @@ DSOCOMMAND = @DSOCOMMAND@
|
|||||||
|
|
||||||
# libraries to link with:
|
# libraries to link with:
|
||||||
AUDIOLIBS = @AUDIOLIBS@
|
AUDIOLIBS = @AUDIOLIBS@
|
||||||
DSOFLAGS = @DSOFLAGS@
|
DSOFLAGS = -L. @DSOFLAGS@
|
||||||
LDFLAGS = $(OPTIM) @LDFLAGS@
|
LDFLAGS = $(OPTIM) @LDFLAGS@
|
||||||
LDLIBS = @LIBS@
|
LDLIBS = @LIBS@
|
||||||
GLDLIBS = @GLLIB@ @LIBS@
|
GLDLIBS = @GLLIB@ @LIBS@
|
||||||
|
|||||||
Reference in New Issue
Block a user