BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001451 [buildroot] Shared Library Support minor always 07-30-07 15:15 08-21-07 11:47
Reporter pavko View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001451: patch to make installation of libpng posible
Description diff -urN libpng.mk.orig libpng.mk
--- libpng.mk.orig 2007-07-29 22:26:39.000000000 +0200
+++ libpng.mk 2007-07-29 23:27:49.759689111 +0200
@@ -62,7 +62,7 @@
        $(MAKE) -C $(LIBPNG_DIR)
        touch $@
 
-$(STAGING_DIR)/lib/libpng.so: $(LIBPNG_DIR)/.compiled
+$(STAGING_DIR)/usr/lib/libpng.so: $(LIBPNG_DIR)/.compiled
        $(MAKE) DESTDIR=$(STAGING_DIR) -C $(LIBPNG_DIR) install;
        $(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" $(STAGING_DIR)/usr/lib/libpng12.la
        $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" \
@@ -72,8 +72,8 @@
                $(STAGING_DIR)/usr/bin/libpng12-config
        touch -c $@
 
-$(TARGET_DIR)/usr/lib/libpng.so: $(STAGING_DIR)/lib/libpng.so
- cp -dpf $(STAGING_DIR)/lib/libpng*.so* $(TARGET_DIR)/usr/lib/
+$(TARGET_DIR)/usr/lib/libpng.so: $(STAGING_DIR)/usr/lib/libpng.so
+ cp -dpf $(STAGING_DIR)/usr/lib/libpng*.so* $(TARGET_DIR)/usr/lib/
        -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libpng.so
 
 png libpng: uclibc zlib pkgconfig $(TARGET_DIR)/usr/lib/libpng.so
Additional Information
Attached Files

- Relationships

- Notes
(0002663)
pavko
08-14-07 12:02

should be closed as it's been fixed with similar patch from maillist
 
(0002675)
bernhardf
08-21-07 11:47

Closing upon reporter's request.
 

- Issue History
Date Modified Username Field Change
07-30-07 15:15 pavko New Issue
07-30-07 15:15 pavko Status new => assigned
07-30-07 15:15 pavko Assigned To  => buildroot
08-14-07 12:02 pavko Note Added: 0002663
08-21-07 11:47 bernhardf Status assigned => closed
08-21-07 11:47 bernhardf Note Added: 0002675
08-21-07 11:47 bernhardf Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker