mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			296 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			296 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/Makefile
 | |
| +++ b/Makefile
 | |
| @@ -29,7 +29,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
 | |
|  
 | |
|  CC = gcc
 | |
|  HOSTCC = gcc
 | |
| -CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
 | |
| +CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall $(EXTRA_CCOPTS)
 | |
|  CFLAGS = $(CCOPTS) -I../include $(DEFINES)
 | |
|  YACCFLAGS = -d -t -v
 | |
|  
 |