| 
					
				 | 
			
			
				@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 PKG_NAME:=elfutils 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 PKG_VERSION:=0.175 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-PKG_RELEASE:=3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+PKG_RELEASE:=4 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -81,12 +81,12 @@ endef 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 define Package/libasm/install 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	$(INSTALL_DIR) $(1)/usr/lib 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libasm*.so.* $(1)/usr/lib/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libasm{-*.so,*.so.*} $(1)/usr/lib/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 endef 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 define Package/libdw/install 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	$(INSTALL_DIR) $(1)/usr/lib 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libdw*.so.* $(1)/usr/lib/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libdw{-*.so,*.so.*} $(1)/usr/lib/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 endef 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 define Package/libelf/install 
			 |