mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
This commit is contained in:
		
							parent
							
								
									eed32df5b6
								
							
						
					
					
						commit
						bc4cde4033
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -162,6 +162,7 @@ Custom OpenSSL
 | 
				
			||||||
         $ pushd openssl-VERSION
 | 
					         $ pushd openssl-VERSION
 | 
				
			||||||
         $ ./config \
 | 
					         $ ./config \
 | 
				
			||||||
              --prefix=/usr/local/custom-openssl \
 | 
					              --prefix=/usr/local/custom-openssl \
 | 
				
			||||||
 | 
					              --libdir=lib \
 | 
				
			||||||
              --openssldir=/etc/ssl
 | 
					              --openssldir=/etc/ssl
 | 
				
			||||||
         $ make -j1 depend
 | 
					         $ make -j1 depend
 | 
				
			||||||
         $ make -j8
 | 
					         $ make -j8
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue