mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	Change so that the client library config can be accessed using the name
mariadb.pc (or libmariadb.pc).
Rename old mariadb.pc to mariadb-embedded-server.pc to better indicate
that the config is for the daemon build, not client.
Also keep/include names with 'lib' as symlinks, as it aligns with how most
of *.pc files are named in general.
In downstream Debian we already ship the libmariadb.pc as mariadb.pc:
2f183af990
After this change we would have for the files:
- mariadb.pc for client (with libmariadb.pc as symlink)
- mariadb-embedded-sever.pc for server (with libmariadbd.pc as symlink)
		
	
			
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			203 B
		
	
	
	
		
			Text
		
	
	
	
	
	
usr/include/mariadb/server
 | 
						|
usr/lib/*/libmariadbd.a
 | 
						|
usr/lib/*/libmariadbd.so
 | 
						|
usr/lib/*/libmysqld.a
 | 
						|
usr/lib/*/libmysqld.so
 | 
						|
usr/lib/*/pkgconfig/libmariadbd.pc
 | 
						|
usr/lib/*/pkgconfig/mariadb-embedded-server.pc
 |