Peter Korsgaard
fc8ac0c7e5
pppd: fix build without UCLIBC_HAS_BSD_ERR
...
Replace the BSD specific warn() with a call to syslog.
Patch by Gustavo Zacarias, closes #109 .
2009-02-19 12:08:11 +00:00
Hamish Moffatt
a83dddf9ff
Enable multilink PPP (no reason to disable it)
...
Add configuration item to enable filtering (requires libpcap)
2009-02-19 05:31:05 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Bernhard Reutner-Fischer
9bc30ca901
- take MANPAGES and INFOPAGES into account
2007-09-19 18:07:58 +00:00
Ulf Samuelsson
ff9e81e7fa
Remove some more file during pppd-clean
2007-08-28 22:46:54 +00:00
Ulf Samuelsson
558617ddf8
This fixes make clean on pppd package (there is no rule uninstall in pppd's makefile)
...
and does some small bits of cleanup.
Signed-off-by: Thiago A. Corrêa <thiago.correa@gmail.com>
2007-08-28 18:22:38 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Bernhard Reutner-Fischer
74d518dc2a
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
...
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Eric Andersen
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
Eric Andersen
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
...
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
2007-01-14 03:52:21 +00:00
Bernhard Reutner-Fischer
4244519b90
- bump version and pass the target cflags in properly (at least for most of the
...
tools. Needs fixing upstream).
2006-11-17 12:14:31 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Mike Frysinger
dfebda0014
remove extra space after touch
2005-11-24 06:53:24 +00:00
Eric Andersen
1de07a8896
This patch updates the pppd package to build version 2.4.3. The 2.4.3 version
...
of pppd adds additional features.
http://bugs.uclibc.org/view.php?id=259
2005-05-16 17:40:04 +00:00
Eric Andersen
5c83068090
Per http://bugs.uclibc.org/view.php?id=130
...
sed needs to use different delimiters since the regex is
using slashes from a filename
2005-03-09 17:36:12 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
6d9728e843
more help updates from Tom Cameron
2004-12-26 07:36:59 +00:00
Eric Andersen
752cc448d1
pppd's install target doesn't like 'make -j'
2004-12-11 13:07:00 +00:00
Eric Andersen
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
2004-10-09 21:19:47 +00:00
Mike Frysinger
3a7b488366
use $(TAR_VERBOSITY)
2004-10-09 19:05:40 +00:00
Eric Andersen
f694016136
final step in buildroot facelift
2004-10-09 06:13:40 +00:00
Eric Andersen
73f7be8290
Remove the old 'make' directory, and populate the new 'package'
...
directory.
2004-10-09 01:24:28 +00:00