mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			311 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			311 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/misc/Makefile
 | |
| +++ b/misc/Makefile
 | |
| @@ -5,9 +5,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
 | |
|  
 | |
|  include ../Config
 | |
|  
 | |
| -ifeq ($(HAVE_BERKELEY_DB),y)
 | |
| -	TARGETS += arpd
 | |
| -endif
 | |
| +#ifeq ($(HAVE_BERKELEY_DB),y)
 | |
| +#	TARGETS += arpd
 | |
| +#endif
 | |
|  
 | |
|  ifeq ($(HAVE_SELINUX),y)
 | |
|  	LDLIBS += $(shell $(PKG_CONFIG) --libs libselinux)
 |