Update Acceptable-Formulae.md
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
		
							parent
							
								
									2db75db7f8
								
							
						
					
					
						commit
						11821aa74b
					
				@ -75,8 +75,8 @@ We're a package manager so we want to do things like resolve dependencies and se
 | 
			
		||||
 | 
			
		||||
### Static libraries
 | 
			
		||||
 | 
			
		||||
In general, packages should not ship static libraries since these cannot be updated without a rebuild of the dependant software.
 | 
			
		||||
If a package gets a lot of requests to provide static libraries, they may be provided by the package.
 | 
			
		||||
In general, formulae should not ship static libraries since these cannot be updated without a rebuild of the dependant software.
 | 
			
		||||
If a formula gets a lot of requests to install static libraries, they may be installed by the formula.
 | 
			
		||||
Applications in homebrew/core linking against libraries should link against shared libraries not static versions.
 | 
			
		||||
 | 
			
		||||
### Stuff that requires vendored versions of Homebrew formulae
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user