SF.net SVN: geany: [706] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sat Aug 12 17:27:16 UTC 2006
Revision: 706
Author: eht16
Date: 2006-08-12 10:27:09 -0700 (Sat, 12 Aug 2006)
ViewCVS: http://svn.sourceforge.net/geany/?rev=706&view=rev
Log Message:
-----------
Applied patch from Fryderyk Dziarmagowski to fix build problem with linker flag "-Wl,--as-needed" (closes #1539239).
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-08-12 16:24:29 UTC (rev 705)
+++ trunk/ChangeLog 2006-08-12 17:27:09 UTC (rev 706)
@@ -3,6 +3,9 @@
* src/document.c:
Removed unnecessary code in document_replace_tabs().
Really take tab width when replacing instead of using width = 4.
+ * src/Makefile.am: Applied patch from Fryderyk Dziarmagowski to fix
+ build problem with linker flag "-Wl,--as-needed"
+ (closes #1539239).
2006-08-12 Nick Treleaven <nick.treleaven at btinternet.com>
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2006-08-12 16:24:29 UTC (rev 705)
+++ trunk/src/Makefile.am 2006-08-12 17:27:09 UTC (rev 706)
@@ -58,7 +58,7 @@
AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe
#AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -g -O0
geany_SOURCES = $(SRCS) vte.c vte.h
-geany_LDADD = @PACKAGE_LIBS@ -lstdc++ ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a $(INTLLIBS)
+geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @PACKAGE_LIBS@ -lstdc++ $(INTLLIBS)
INCLUDES = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list