Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 2 | -20/+88 |
| | | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | ||||
* | Get rid of broken locale configuration option. I need to do a little more ↵ | "Steven J. Hill" | 2007-01-14 | 2 | -13/+4 |
| | | | | work on this. | ||||
* | Make sure to install the 'libgthread' shared libraries as well. Also, allow ↵ | "Steven J. Hill" | 2007-01-14 | 2 | -3/+20 |
| | | | | for configuration of locale support or not. | ||||
* | needs pkg-config | Eric Andersen | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | bump version to the latest stable release | Eric Andersen | 2007-01-10 | 1 | -4/+4 |
| | |||||
* | add in glib2 | Eric Andersen | 2007-01-10 | 8 | -0/+279 |