mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			278 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			278 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/tc/Makefile
 | 
						|
+++ b/tc/Makefile
 | 
						|
@@ -123,6 +123,9 @@ CFLAGS += -DCONFIG_GACT -DCONFIG_GACT_PR
 | 
						|
 ifneq ($(IPT_LIB_DIR),)
 | 
						|
 	CFLAGS += -DIPT_LIB_DIR=\"$(IPT_LIB_DIR)\"
 | 
						|
 endif
 | 
						|
+ifneq ($(XT_LIB_DIR),)
 | 
						|
+	CFLAGS += -DXT_LIB_DIR=\"$(XT_LIB_DIR)\"
 | 
						|
+endif
 | 
						|
 
 | 
						|
 YACC := bison
 | 
						|
 LEX := flex
 |