mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 10:26:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			384 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #! /bin/sh
 | |
| 
 | |
| path=`dirname $0`
 | |
| . "$path/SETUP.sh"
 | |
| 
 | |
| extra_flags="$pentium64_cflags $fast_cflags"
 | |
| # On CentOS/Fedora Core 10 amd64, there is system libz.so but not
 | |
| # libz.a, so need to use bundled zlib when building static
 | |
| # binary. Hence we use --with-zlib-dir=bundled
 | |
| extra_configs="$pentium_configs $static_link --with-zlib-dir=bundled"
 | |
| CC="$CC --pipe"
 | |
| strip=yes
 | |
| 
 | |
| . "$path/FINISH.sh"
 | 
