Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerated autotools with something less bleeding edge than Fedora 14's ↵ncurses | Joseph Hunkeler | 2010-12-20 | 1 | -655/+532 |
| | | | | | | implementation. It was only causing problems. | ||||
* | Additional header and function checks | Alan Brault | 2010-12-09 | 1 | -0/+63 |
| | | | | OpenSSL Support | ||||
* | ncurses support | Alan Brault | 2010-12-09 | 1 | -0/+51 |
| | |||||
* | Enable cross compiling support to NetNuke | Alan Brault | 2010-12-09 | 1 | -4/+127 |
| | | | | | Add buildconf to make the process of rebuilding all the bootstrapping files easier Add files AUTHORS, INSTALL, ChangeLog, NEWS, COPYING (renamed LICENSE) and compile to satisfy automake | ||||
* | Reoptimize CFLAGS | Alan Brault | 2010-12-07 | 1 | -0/+3 |
| | |||||
* | Remove the checks for g++... NetNuke doesn't use C++ code at all | Alan Brault | 2010-12-07 | 1 | -4316/+498 |
| | |||||
* | - Check for sizes in unsigned long long and unsigned long int | Alan Brault | 2010-12-07 | 1 | -613/+5102 |
| | | | | | | - Check for O_LARGEFILE compatibility - Add extra checks for libsysfs so it can build correctly - Remove ISO C99 requirement (libsysfs fails on some platforms doing this) | ||||
* | - Alter CFLAGS to produce a more sane binary with less problems | Alan Brault | 2010-12-07 | 1 | -394/+397 |
| | | | | | - Fix libtool and linker LDFLAGS to ensure a static build - Add missing README required by GPL for libsysfs | ||||
* | Fully integrate libsysfs into NetNuke (it compiles and links correctly) | Alan Brault | 2010-12-07 | 1 | -521/+7816 |
| | |||||
* | More sysfsutils stuff but the linker is not working just yet | Alan Brault | 2010-12-06 | 1 | -3/+0 |
| | |||||
* | Bundle sysfsutils for portability reasons | Alan Brault | 2010-12-06 | 1 | -34/+150 |
| | |||||
* | Reoptimize configure.ac to produce a smaller optimized script | Alan Brault | 2010-12-06 | 1 | -190/+185 |
| | | | | Set NetNuke up to build as a static binary | ||||
* | Move CFLAGS and LDFLAGS to configure.ac to prevent tampering | Alan Brault | 2010-12-05 | 1 | -110/+208 |
| | | | | | Add check for gcc Add checks for pthread and libsysfs libraries | ||||
* | Clean up Configure and Makefile Scripts | Alan Brault | 2010-12-05 | 1 | -0/+5781 |