kumquat-buildroot/package/directfb
Eric Andersen b607f5cdc3 tyler writes:
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.
2006-04-06 17:40:47 +00:00
..
Config.in http://bugs.uclibc.org/view.php?id=189 2005-04-26 06:26:14 +00:00
directfb.mk tyler writes: 2006-04-06 17:40:47 +00:00