[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#211675: Patch



Forgot to add the patch... again. :-) *sigh*

/* Steinar */
-- 
Homepage: http://www.sesse.net/

diff -ur busybox-cvs-0.60.99.cvs20030819/Makefile busybox-cvs-0.60.99.cvs20030819-patched/Makefile
--- busybox-cvs-0.60.99.cvs20030819/Makefile	2003-09-17 23:15:05.000000000 +0200
+++ busybox-cvs-0.60.99.cvs20030819-patched/Makefile	2003-09-19 14:08:33.000000000 +0200
@@ -49,7 +49,7 @@
 include $(patsubst %,%/Makefile.in, $(DIRS))
 
 busybox: .depend include/config.h $(libraries-y)
-	$(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
+	$(CC) $(LDFLAGS) -o $@ -Wl,--start-group $(libraries-y) $(LIBRARIES) -Wl,--end-group
 	$(STRIPCMD) $@
 

Reply to: