 7b8f2dc6ec
			
		
	
	7b8f2dc6ec
	
	
	
		
			
			Update to latest version. Replace mirror with @GNU/bc. Manually refresh: - 001-no_doc.patch Add patch found here:26f275502das 002-fix-libmath.patch to fix compilation. Add another patch found here:55b26eda94as 003-bc-fix-hang.patch to prevent a hang when building the kernel. Signed-off-by: Nick Hainke <vincent@systemli.org>
		
			
				
	
	
		
			22 lines
		
	
	
		
			668 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			668 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/Makefile.am
 | |
| +++ b/Makefile.am
 | |
| @@ -1,6 +1,6 @@
 | |
|  ## Process this file with automake to produce Makefile.in
 | |
|  
 | |
| -SUBDIRS = lib bc dc doc
 | |
| +SUBDIRS = lib bc dc
 | |
|  
 | |
|  MAINTAINERCLEANFILES =  aclocal.m4 config.h.in configure Makefile.in \
 | |
|  			stamp-h $(distdir).tar.gz h/number.h depcomp missing \
 | |
| --- a/Makefile.in
 | |
| +++ b/Makefile.in
 | |
| @@ -288,7 +288,7 @@ target_alias = @target_alias@
 | |
|  top_build_prefix = @top_build_prefix@
 | |
|  top_builddir = @top_builddir@
 | |
|  top_srcdir = @top_srcdir@
 | |
| -SUBDIRS = lib bc dc doc
 | |
| +SUBDIRS = lib bc dc
 | |
|  MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
 | |
|  			stamp-h $(distdir).tar.gz h/number.h depcomp missing \
 | |
|  			bc/libmath.h
 |