mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			309 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			309 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/common.mak
 | |
| +++ b/common.mak
 | |
| @@ -1,7 +1,7 @@
 | |
|  # vim:set sw=8 nosta:
 | |
|  
 | |
|  COPTS=-Os -Wall -g
 | |
| -LDFLAGS=-g -ldl
 | |
| +LDFLAGS=-g
 | |
|  
 | |
|  CFLAGS=$(COPTS)
 | |
|  FPIC=-fPIC
 | |
| --- a/Makefile
 | |
| +++ b/Makefile
 | |
| @@ -40,5 +40,6 @@ ifdef STATIC_WORKER
 | |
|    CFLAGS += -DSTATIC_WORKER=1
 | |
|  else
 | |
|    CFLAGS += $(FPIC)
 | |
| +  LDFLAGS += -ldl
 | |
|  endif
 | |
|  
 |