mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			638 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			638 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From aae3146f16bfeea88a83a2997196a69ff97a2e4c Mon Sep 17 00:00:00 2001
 | |
| From: Leon Marz <main@lmarz.org>
 | |
| Date: Wed, 7 Dec 2022 21:18:58 +0100
 | |
| Subject: [PATCH 1/2] musl fixes
 | |
| 
 | |
| ---
 | |
|  extern/glog/src/config_linux.h | 1 -
 | |
|  1 file changed, 1 deletion(-)
 | |
| 
 | |
| diff --git a/extern/glog/src/config_linux.h b/extern/glog/src/config_linux.h
 | |
| index b3a3325..946095a 100644
 | |
| --- a/extern/glog/src/config_linux.h
 | |
| +++ b/extern/glog/src/config_linux.h
 | |
| @@ -14,7 +14,6 @@
 | |
|  #define HAVE_DLFCN_H
 | |
|  
 | |
|  /* Define to 1 if you have the <execinfo.h> header file. */
 | |
| -#define HAVE_EXECINFO_H
 | |
|  
 | |
|  /* Define if you have the `fcntl' function */
 | |
|  #define HAVE_FCNTL
 | |
| -- 
 | |
| 2.38.1
 | |
| 
 |