mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:42:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			734 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			734 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 | |
| From: Ali Mohammad Pur <mpfard@serenityos.org>
 | |
| Date: Sat, 8 Jan 2022 17:02:29 +0330
 | |
| Subject: [PATCH] Teach configure about serenity
 | |
| 
 | |
| Co-Authored-By: Eric Seifert <seiferteric@gmail.com>
 | |
| ---
 | |
|  configure | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| diff --git a/configure b/configure
 | |
| index a0d9a6c..44ebf54 100755
 | |
| --- a/configure
 | |
| +++ b/configure
 | |
| @@ -28610,7 +28610,7 @@ fi
 | |
|    *) :
 | |
|       ;;
 | |
|  esac ;; #(
 | |
| -  linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu | haiku*) :
 | |
| +  linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu | serenity* | haiku*) :
 | |
|  
 | |
|  			: ${LDSHARED='$(CC) -shared'}
 | |
|  			if test "$rb_cv_binary_elf" = yes; then :
 | 
