expat: allow cross
This commit is contained in:
		
							parent
							
								
									3309ea4e25
								
							
						
					
					
						commit
						47841eb2da
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -4,6 +4,7 @@ bad="" | ||||||
| mkdeps="bmake" | mkdeps="bmake" | ||||||
| deps="" | deps="" | ||||||
| ext="dev" | ext="dev" | ||||||
|  | auto_cross | ||||||
| 
 | 
 | ||||||
| fetch() { | fetch() { | ||||||
| 	pkgver_r=$(echo $pkgver | tr '.' '_') | 	pkgver_r=$(echo $pkgver | tr '.' '_') | ||||||
|  | @ -14,7 +15,9 @@ fetch() { | ||||||
| build() { | build() { | ||||||
| 	cd $pkgname-$pkgver | 	cd $pkgname-$pkgver | ||||||
| 	./configure \ | 	./configure \ | ||||||
| 		--prefix=/usr | 		--prefix=/usr \ | ||||||
|  | 		--build=$HOST_TRIPLE \ | ||||||
|  | 		--host=$TRIPLE | ||||||
| 	make | 	make | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue