Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0000763]: libglib12.mk does not properly copy dynamic version of glib
@ 2007-02-12 13:42 bugs at busybox.net
  0 siblings, 0 replies; only message in thread
From: bugs at busybox.net @ 2007-02-12 13:42 UTC (permalink / raw)
  To: buildroot


The following issue has been ASSIGNED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=763 
====================================================================== 
Reported By:                janlana
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   763
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             03-01-2006 10:09 PST
Last Modified:              02-12-2007 05:42 PST
====================================================================== 
Summary:                    libglib12.mk does not properly copy dynamic version
of glib
Description: 
dynamic version of glib is not copy to target and is not sstriped. 

Suggested patch:
===================================================================
--- libglib12.mk        (revisi?n: 14387)
+++ libglib12.mk        (copia de trabajo)
@@ -65,8 +65,9 @@
 $(TARGET_DIR)/lib/$(LIBGLIB12_BINARY):
$(STAGING_DIR)/lib/$(LIBGLIB12_BINARY)
        cp -a $(STAGING_DIR)/lib/$(LIBGLIB12_BINARY) $(TARGET_DIR)/lib/
        cp -a $(STAGING_DIR)/lib/libglib.so $(TARGET_DIR)/lib/
-       cp -a $(STAGING_DIR)/lib/libglib-1.2.so.0 $(TARGET_DIR)/lib/
+       cp -a $(STAGING_DIR)/lib/libglib-1.2.so.* $(TARGET_DIR)/lib/
        $(STRIP) --strip-unneeded $(TARGET_DIR)/lib/$(LIBGLIB12_BINARY)
+       $(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libglib-1.2.so.0.0.10

 libglib12: uclibc $(TARGET_DIR)/lib/$(LIBGLIB12_BINARY)

====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 01-21-07 09:21  
---------------------------------------------------------------------- 
This was fixed some time ago and works as expected with revision >= 17436.

Thanks! 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
03-01-06 10:09  janlana        New Issue                                    
03-01-06 10:09  janlana        Status                   new => assigned     
03-01-06 10:09  janlana        Assigned To               => uClibc          
01-21-07 09:21  bernhardf      Status                   assigned => closed  
01-21-07 09:21  bernhardf      Note Added: 0002024                          
01-21-07 09:21  bernhardf      Resolution               open => fixed       
02-12-07 05:42  vapier         Status                   closed => assigned  
02-12-07 05:42  vapier         Assigned To              uClibc => buildroot 
======================================================================

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-12 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-12 13:42 [Buildroot] [buildroot 0000763]: libglib12.mk does not properly copy dynamic version of glib bugs at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox