Add SOAPClient into PHP build
+ boost version
This commit is contained in:
		
							parent
							
								
									175fd9057d
								
							
						
					
					
						commit
						3f09d038ea
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
DOCKER=docker
 | 
					DOCKER=docker
 | 
				
			||||||
VERSION=2020.01-beta-1
 | 
					VERSION=2020.02
 | 
				
			||||||
 | 
					
 | 
				
			||||||
all: build
 | 
					all: build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -61,7 +61,8 @@ cd php-$VERSION
 | 
				
			||||||
	    --enable-opcache \
 | 
						    --enable-opcache \
 | 
				
			||||||
	    --with-imap \
 | 
						    --with-imap \
 | 
				
			||||||
	    --with-imap-ssl \
 | 
						    --with-imap-ssl \
 | 
				
			||||||
        --with-kerberos
 | 
					        --with-kerberos \
 | 
				
			||||||
 | 
					        --with-soapclient
 | 
				
			||||||
make -j
 | 
					make -j
 | 
				
			||||||
make install
 | 
					make install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue