readline: disable shared library for host
Allows to avoid rpath hacks with at least softethervpn. --with-pic is needed as it's not default with static libraries, only shared ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			
						parent
						
							3d6e25dd32
						
					
				
				
					commit
					a24de89539
				
			@@ -45,6 +45,7 @@ define Package/libreadline/description
 | 
				
			|||||||
	history expansion on previous commands.
 | 
						history expansion on previous commands.
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					HOST_CONFIGURE_ARGS += --disable-shared --with-pic
 | 
				
			||||||
CONFIGURE_ARGS += --with-curses --disable-install-examples
 | 
					CONFIGURE_ARGS += --with-curses --disable-install-examples
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CONFIGURE_VARS += \
 | 
					CONFIGURE_VARS += \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user