mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	libcacard: Don't link with all libraries QEMU links to
As described in https://bugzilla.redhat.com/show_bug.cgi?id=987441 , libcacard currently links to all the libraries QEMU is linking to, including glusterfs libraries, libiscsi, ... libcacard does not need all of these. This patch ensures it's only linked with the libraries it needs. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
		
							parent
							
								
									1f6b12f75f
								
							
						
					
					
						commit
						73db416ae7
					
				| @ -25,7 +25,7 @@ vscclient$(EXESUF): libcacard/vscclient.o libcacard.la | ||||
| 
 | ||||
| libcacard.la: LDFLAGS += -rpath $(libdir) -no-undefined \ | ||||
| 	-export-syms $(SRC_PATH)/libcacard/libcacard.syms | ||||
| libcacard.la: LIBS += $(libcacard_libs) | ||||
| libcacard.la: LIBS = $(libcacard_libs) | ||||
| libcacard.la: $(libcacard-lobj-y) | ||||
| 	$(call LINK,$^) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Christophe Fergeau
						Christophe Fergeau