Age | Commit message (Collapse) | Author |
|
Don't hard code version numbers all over the place.
|
|
Need to instead compare vs BR2_i386 and friends.
|
|
Mental note: submit upstream
|
|
|
|
|
|
|
|
Some programs (like rxvt) need x-includes and x-libraries in
$(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there.
copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/
|
|
|
|
that rxvt actually builds and runs...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the cross compiled libglib and include files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when cross compiling
|
|
|
|
builds. This was reported on the Tcl mailing list at <http://sourceforge.net/mailarchive/forum.php?thread_id=9384126&forum_id=3854>.
|
|
|
|
selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it.
|
|
|
|
|
|
|
|
|
|
- fix a few typos
|
|
|
|
|
|
|
|
|
|
based on a patch from Fu Yunhui
|
|
|
|
|
|
|