mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:52:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			707 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			707 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 | |
| From: Kenneth Myhra <kennethmyhra@gmail.com>
 | |
| Date: Mon, 9 Aug 2021 19:43:03 +0200
 | |
| Subject: [PATCH] Teach configure about serenity
 | |
| 
 | |
| ---
 | |
|  configure | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| diff --git a/configure b/configure
 | |
| index 421cf85..31bbb85 100755
 | |
| --- a/configure
 | |
| +++ b/configure
 | |
| @@ -6299,7 +6299,7 @@ echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
 | |
|  		fi
 | |
|  		cf_cv_rm_so_locs=yes
 | |
|  		;;
 | |
| -	(linux*|gnu*|k*bsd*-gnu)
 | |
| +	(linux*|gnu*|k*bsd*-gnu|*serenity*)
 | |
|  		if test "$DFT_LWR_MODEL" = "shared" && test -n "$LD_RPATH_OPT" ; then
 | |
|  			LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
 | |
|  			LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
 | 
