perf: pass CFLAGS correctly
For this package CFLAGS have to be passed via EXTRA_CFLAGS. On arm this bug causes build to fail because no -fPIC is present in CFLAGS. Signed-off-by: Marek Behún <kabel@blackhole.sk>
This commit is contained in:
		 Marek Behún
					Marek Behún
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							d4161798dd
						
					
				
				
					commit
					3d0fa1a012
				
			| @@ -57,7 +57,7 @@ MAKE_FLAGS = \ | ||||
| 	CROSS_COMPILE="$(TARGET_CROSS)" \ | ||||
| 	CC="$(TARGET_CC)" \ | ||||
| 	LD="$(TARGET_CROSS)ld" \ | ||||
| 	CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ | ||||
| 	EXTRA_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ | ||||
| 	LDFLAGS="$(TARGET_LDFLAGS)" \ | ||||
| 	KBUILD_HOSTCFLAGS="$(HOST_CFLAGS)" \ | ||||
| 	$(if $(findstring c,$(OPENWRT_VERBOSE)),V=1,V='') \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user