From 4bfce3b6e2ea095ea3d9f5d2d1018cc0a1e5ce09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sat, 18 Sep 2010 20:47:21 +0200 Subject: Major overhaul and cleanup. Support for .ubi image file installations. Only compile&install a minimum host Gforth for bootstrapping the target Gforth, removing strange emacs-dependencies that cropped up earlier. Image file can now be built on the nanonote using 'gforth-update-image' command. Also, Gforth is now run through a wrapper that calls 'gforth-update-image' automatically, if necessary. Also first attempts at supporting libcc C-interface libraries pre-compiled on the host. Tested to compile on amd64 and i386. --- snownews/patches/Makefile.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 snownews/patches/Makefile.patch (limited to 'snownews/patches/Makefile.patch') diff --git a/snownews/patches/Makefile.patch b/snownews/patches/Makefile.patch new file mode 100644 index 0000000..f15359f --- /dev/null +++ b/snownews/patches/Makefile.patch @@ -0,0 +1,13 @@ +--- snownews-1.5.12/Makefile 2009-09-17 08:44:27.000000000 +0200 ++++ snownews-1.5.12m/Makefile 2010-07-28 12:14:11.000000000 +0200 +@@ -6,7 +6,9 @@ + + ### Compiler/linker flags ### + ### Generated via configure ### +-include platform_settings ++PREFIX= /usr ++CFLAGS= -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"Linux\" -I/usr/include/libxml2 $(EXTRA_CFLAGS) ++LDFLAGS= -lncurses -lcrypto -lxml2 $(EXTRA_LDFLAGS) + + ### Object files ### + OBJFILES= main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o categories.o about.o cookies.o setup.o net-support.o digcalc.o filters.o io-internal.o os-support.o zlib_interface.o support.o -- cgit v1.2.3