Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pppd: fix build without UCLIBC_HAS_BSD_ERR | Peter Korsgaard | 2009-02-19 | 1 | -0/+1 |
| | | | | | Replace the BSD specific warn() with a call to syslog. Patch by Gustavo Zacarias, closes #109. | ||||
* | Enable multilink PPP (no reason to disable it) | Hamish Moffatt | 2009-02-19 | 1 | -3/+5 |
| | | | | Add configuration item to enable filtering (requires libpcap) | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | - take MANPAGES and INFOPAGES into account | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -2/+12 |
| | |||||
* | Remove some more file during pppd-clean | Ulf Samuelsson | 2007-08-28 | 1 | -0/+2 |
| | |||||
* | This fixes make clean on pppd package (there is no rule uninstall in pppd's ↵ | Ulf Samuelsson | 2007-08-28 | 1 | -3/+2 |
| | | | | | | | | makefile) and does some small bits of cleanup. Signed-off-by: Thiago A. Corrêa <thiago.correa@gmail.com> | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | - bump version and pass the target cflags in properly (at least for most of the | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -3/+4 |
| | | | | tools. Needs fixing upstream). | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | remove extra space after touch | Mike Frysinger | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | This patch updates the pppd package to build version 2.4.3. The 2.4.3 version | Eric Andersen | 2005-05-16 | 1 | -7/+10 |
| | | | | | | of pppd adds additional features. http://bugs.uclibc.org/view.php?id=259 | ||||
* | Per http://bugs.uclibc.org/view.php?id=130 | Eric Andersen | 2005-03-09 | 1 | -1/+1 |
| | | | | | sed needs to use different delimiters since the regex is using slashes from a filename | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -0/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | pppd's install target doesn't like 'make -j' | Eric Andersen | 2004-12-11 | 1 | -1/+1 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+68 |
directory. |