 0e411c69a8
			
		
	
	0e411c69a8
	
	
	
		
			
			This can be used my the OpenWrt build system to pass additional arguments when required. Signed-off-by: Andre Heider <a.heider@gmail.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			250 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			250 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| pkg-config.real \
 | |
| --keep-system-cflags \
 | |
| --keep-system-libs \
 | |
| --define-variable=prefix="${STAGING_PREFIX}" \
 | |
| --define-variable=exec_prefix="${STAGING_PREFIX}" \
 | |
| --define-variable=bindir="${STAGING_PREFIX}/bin" \
 | |
| $PKG_CONFIG_EXTRAARGS "$@"
 |