 5445a2ee1d
			
		
	
	5445a2ee1d
	
	
	
		
			
			Refresh patches and rework Makefile to fetch glibc from release branches instead of relying on tarballs. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48735
		
			
				
	
	
		
			15 lines
		
	
	
		
			362 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			362 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| add /usr/lib to default search path for the dynamic linker
 | |
| 
 | |
| --- a/Makeconfig
 | |
| +++ b/Makeconfig
 | |
| @@ -527,6 +527,9 @@ else
 | |
|  default-rpath = $(libdir)
 | |
|  endif
 | |
|  
 | |
| +# Add /usr/lib to default search path for the dynamic linker
 | |
| +user-defined-trusted-dirs := /usr/lib
 | |
| +
 | |
|  ifndef link-extra-libs
 | |
|  link-extra-libs = $(LDLIBS-$(@F))
 | |
|  link-extra-libs-static = $(link-extra-libs)
 |