mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> SVN-Revision: 26995
		
			
				
	
	
		
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| 
 | |
| 	Copyright (C) 2006 Markus Wigge
 | |
| 
 | |
| --- a/Makefile.in
 | |
| +++ b/Makefile.in
 | |
| @@ -56,7 +56,7 @@ LD = /usr/bin/ld
 | |
|  CC = @CC@
 | |
|  CCOPT = @V_CCOPT@
 | |
|  INCLS = -I. @V_INCLS@
 | |
| -DEFS = @DEFS@ @V_DEFS@
 | |
| +DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
 | |
|  ADDLOBJS = @ADDLOBJS@
 | |
|  ADDLARCHIVEOBJS = @ADDLARCHIVEOBJS@
 | |
|  LIBS = @LIBS@
 |