| Anonymous | Login | Signup for a new account | 11-10-2008 11:10 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 | ||||
| 0001162 | [buildroot] Other | minor | always | 01-14-07 15:10 | 07-08-07 04:29 | ||||
| Reporter | Doc SoLo | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001162: libglib12 not built as shared library | ||||||||
| Description |
Revision 17287 by andersen introduced some errors for me. libglib12 is only built as a static library for some reason. I switched back to libglib12.mk before 17287 and it is build shared as intended. I fixed a few other minor glitches, see the patch below. This is just what I use from buildroot, so it's probably not complete. |
||||||||
| Additional Information |
17287_small_fixes.patch --- package/freetype/freetype.mk (Revision 17296) +++ package/freetype/freetype.mk (Arbeitskopie) @@ -52,7 +52,7 @@ $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)\',g" \ -e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \ -e "s,^includedir=.*,includedir=\'$(STAGING_DIR)/include\',g" \ - "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" \ + -e "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" \ $(STAGING_DIR)/usr/bin/freetype-config touch -c $(STAGING_DIR)/lib/libfreetype.so --- package/file/file.mk (Revision 17296) +++ package/file/file.mk (Arbeitskopie) @@ -91,8 +91,8 @@ -($(STRIP) $(TARGET_DIR)/usr/lib/libmagic.so.*.* > /dev/null 2>&1) rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \ $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc - mv $(TARGET_DIR)/usr/lib/libmagic.a $(STAGING_DIR)/lib - rm -f $(TARGET_DIR)/usr/lib/libmagic.la + mv $(TARGET_DIR)/lib/libmagic.a $(STAGING_DIR)/lib + rm -f $(TARGET_DIR)/lib/libmagic.la mv $(TARGET_DIR)/usr/include/magic.h $(STAGING_DIR)/include file: zlib uclibc $(TARGET_DIR)/$(FILE_TARGET_BINARY) --- package/libpng/libpng.mk (Revision 17296) +++ package/libpng/libpng.mk (Arbeitskopie) @@ -77,7 +77,7 @@ $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)\',g" \ -e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \ -e "s,^includedir=.*,includedir=\'$(STAGING_DIR)/include/libpng12\',g" \ - "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" \ + -e "s,^libdir=.*,libdir=\'$(STAGING_DIR)/lib\',g" \ $(STAGING_DIR)/usr/bin/libpng12-config touch -c $(STAGING_DIR)/lib/libpng.so |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |