Compiles faster, is PIC by default, and does not have pkgconfig files with wrong paths. Add various fixes to it as it seems cross compilation was never tested. Signed-off-by: Rosen Penev <rosenp@gmail.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			626 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			626 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From c387d4fe7a1435a762a5b7d8b75feb13ad613315 Mon Sep 17 00:00:00 2001
 | 
						|
From: Anatoly Pugachev <matorola@gmail.com>
 | 
						|
Date: Fri, 8 Apr 2022 15:34:16 +0300
 | 
						|
Subject: [PATCH] libfdisk: meson.build fix typo
 | 
						|
 | 
						|
---
 | 
						|
 libfdisk/meson.build | 2 +-
 | 
						|
 1 file changed, 1 insertion(+), 1 deletion(-)
 | 
						|
 | 
						|
--- a/libfdisk/meson.build
 | 
						|
+++ b/libfdisk/meson.build
 | 
						|
@@ -11,7 +11,7 @@ libfdisk_h = configure_file(
 | 
						|
   output : 'libfdisk.h',
 | 
						|
   configuration : defs,
 | 
						|
   install : build_libfdisk,
 | 
						|
-  install_dir : join_paths(get_option('includedir'), 'libfisk'),
 | 
						|
+  install_dir : join_paths(get_option('includedir'), 'libfdisk'),
 | 
						|
 )
 | 
						|
 
 | 
						|
 lib_fdisk_sources = '''
 |