Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/8984bf9647e107ee5b89323cf7c48cf06fec8793
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/8984bf9647e107ee5b89323cf7c48cf06fec8793
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/8984bf9647e107ee5b89323cf7c48cf06fec8793

The branch, master has been updated
       via  8984bf9647e107ee5b89323cf7c48cf06fec8793 (commit)
      from  892aee8070750372c9b0c9e4b34f8a75f04ebd98 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commitdiff/8984bf9647e107ee5b89323cf7c48cf06fec8793
commit 8984bf9647e107ee5b89323cf7c48cf06fec8793
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add sdk library path

diff --git a/atari/Makefile.target b/atari/Makefile.target
index fcb6a25..259f5b6 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -52,6 +52,7 @@ LDFLAGS += -lcflib -lcurl
 LDFLAGS += -lcss -lparserutils -ldom -lwapcaplet -lhubbub
 LDFLAGS += -lssl -lcrypto
 LDFLAGS += -lxml2 -lz -liconv -lcares -lHermes -lwindom -lgem -lm
+LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
 
 
 # S_ATARI are sources purely for the Atari FreeMiNT build


-----------------------------------------------------------------------

Summary of changes:
 atari/Makefile.target |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/atari/Makefile.target b/atari/Makefile.target
index fcb6a25..259f5b6 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -52,6 +52,7 @@ LDFLAGS += -lcflib -lcurl
 LDFLAGS += -lcss -lparserutils -ldom -lwapcaplet -lhubbub
 LDFLAGS += -lssl -lcrypto
 LDFLAGS += -lxml2 -lz -liconv -lcares -lHermes -lwindom -lgem -lm
+LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
 
 
 # S_ATARI are sources purely for the Atari FreeMiNT build


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to