[buildroot 0000800]: DirectFB compiles with $(STAGING_DIR) as hardcoded path to run-time modules
bugs at busybox.net
bugs at busybox.net
Mon Mar 27 21:30:37 UTC 2006
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=800
======================================================================
Reported By: tyler
Assigned To: uClibc
======================================================================
Project: buildroot
Issue ID: 800
Category: Shared Library Support
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 03-27-2006 13:30 PST
Last Modified: 03-27-2006 13:30 PST
======================================================================
Summary: DirectFB compiles with $(STAGING_DIR) as hardcoded
path to run-time modules
Description:
Building DirectFB compiles fine and installs fine, but when running on the
target the libraries look for DirectFB modules within a path that was
defined as $(PREFIX) during the build. Under buildroot PREFIX is set to
$(STAGING_DIR)/usr, which obviously doesn't exist on the target so it
dies.
Instead, it should be built such that PREFIX=/usr then have prefix &
exec_prefix set to $(STAGING_DIR)/usr when it's time to install.
I have attached a patch (and verified on the target) to be applied to
directfb.mk that fixes this.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
03-27-06 13:30 tyler New Issue
03-27-06 13:30 tyler Status new => assigned
03-27-06 13:30 tyler Assigned To => uClibc
03-27-06 13:30 tyler File Added: directfb.mk.patch
======================================================================
More information about the uClibc-cvs
mailing list