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
0001307 [uClibc] Other minor have not tried 04-08-07 23:52 09-15-07 02:16
Reporter rreilink View Status public  
Assigned To uClibc
Priority normal Resolution fixed  
Status closed   Product Version 0.9.28
Summary 0001307: Makefile compatibility to Mac OS X
Description In order to get uClibC to compile/install properly on Mac OS X, the following changes in the Makefile are required:

Line 231 & 241:
change sed -e 's/lib\///' to sed -e 's/lib\/*//'

This is because find lib/ makes the results start with a / , which causes the symlinks to point to /libc.0.so instead of libc.0.so

Line 258:
change cp -dRf to -PRf because the cp on Mac OS X doesn't support the -d flag. Note that this has been changed from -PRf to -dRf for busybox compatibility.

ucLibC version: 0.9.28.3
toolchain: powerpc-gekko-linux-uclibc
host platform: OS X 10.4 (Darwin 8.9.1 i386)
Additional Information
Attached Files

- Relationships

- Notes
(0002747)
vapier
09-15-07 02:16

current trunk should work fine
 

- Issue History
Date Modified Username Field Change
04-08-07 23:52 rreilink New Issue
04-08-07 23:52 rreilink Status new => assigned
04-08-07 23:52 rreilink Assigned To  => uClibc
09-15-07 02:16 vapier Note Added: 0002747
09-15-07 02:16 vapier Status assigned => closed
09-15-07 02:16 vapier Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker