Graphic Links patch

Stefan Sperling stsp at stsp.name
Sun Apr 15 20:30:43 CEST 2007


On Sun, Apr 15, 2007 at 08:16:07PM +0200, Stefan Sperling wrote:
> > After applying the patch and running make clean && make at top-level:
> > 
> > ucfront-gcc arm-linux-elf-gcc   -O2 -g -fomit-frame-pointer -fno-common
> > -fno-builtin -Wall  -mswp-byte-writes -DCONFIG_NDS_ROM8BIT
> > -mcpu=arm946e-s -mfpu=fpe3 -DEMBED -D__PIC__ -fpic -msingle-pic-base
> > -Dlinux -D__linux__ -Dunix -D__uClinux__ -Wno-pointer-sign -Wl,-elf2flt
> > -D__PIC__ -fpic -msingle-pic-base -mswp-byte-writes -o links  af_unix.o
> > auth.o beos.o bfu.o block.o bookmarks.o builtin.o cache.o charsets.o
> > connect.o context.o cookies.o default.o dip.o directfb.o dither.o dns.o
> > drivers.o error.o file.o finger.o font_include.o framebuffer.o ftp.o
> > gif.o html.o html_gr.o html_r.o html_tbl.o http.o https.o img.o
> > imgcache.o ipret.o javascr.o javascript.o jpeg.o jsint.o kbd.o
> > language.o links_icon.o listedit.o lru.o mailto.o main.o md5.o md5hl.o
> > menu.o memory.o ns.o objreq.o os_dep.o pmshell.o png.o pomocny.o
> > regexp.o sched.o select.o session.o smb.o svgalib.o terminal.o tiff.o
> > types.o url.o view.o view_gr.o win32.o x.o xbm.o  -ljpeg -lpng -lz -lssl
> > -lcrypto -lm

Does this patch (running 'make distclean' in user/links/src
instead of just 'make clean') fix it?


Index: Makefile
===================================================================
--- Makefile	(revision 1723)
+++ Makefile	(working copy)
@@ -16,7 +16,8 @@
 endif
 
 .configured:
-	cd src && env "CFLAGS=$(CFLAGS) -Wno-pointer-sign" \
+	cd src && env CFLAGS="$(CFLAGS) -Wno-pointer-sign" \
+		 PKG_CONFIG=no \
 		./configure --target=$(CROSS) \
 		--prefix=/nonexistent $(LINKS_CONFIGURE_FLAGS)
 	touch $@
@@ -26,8 +27,7 @@
 	touch $@
 
 clean:
-	-[ -f src/Makefile ] && $(MAKE) -C src clean
-	rm -f src/config.cache
+	-[ -f src/Makefile ] && $(MAKE) -C src distclean
 	rm -f .configured .compiled
 
 # Empty romfs target since we only statically link with libraries

-- 
stefan
http://stsp.name                                         PGP Key: 0xF59D25F0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://mailman.dslinux.in-berlin.de/pipermail/dslinux-devel-dslinux.in-berlin.de/attachments/20070415/f82aad91/attachment.pgp 


More information about the dslinux-devel mailing list