| Anonymous | Login | Signup for a new account | 11-10-2008 11:18 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
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. |
| Copyright © 2000 - 2006 Mantis Group |