summaryrefslogtreecommitdiffstats
path: root/package/pppd
Commit message (Collapse)AuthorAgeFilesLines
* - take MANPAGES and INFOPAGES into accountBernhard Reutner-Fischer2007-09-191-2/+12
|
* Remove some more file during pppd-cleanUlf Samuelsson2007-08-281-0/+2
|
* This fixes make clean on pppd package (there is no rule uninstall in pppd's ↵Ulf Samuelsson2007-08-281-3/+2
| | | | | | | | makefile) and does some small bits of cleanup. Signed-off-by: Thiago A. Corrêa <thiago.correa@gmail.com>
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-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 theBernhard Reutner-Fischer2006-11-171-3/+4
| | | | tools. Needs fixing upstream).
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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 touchMike Frysinger2005-11-241-1/+1
|
* This patch updates the pppd package to build version 2.4.3. The 2.4.3 versionEric Andersen2005-05-161-7/+10
| | | | | | of pppd adds additional features. http://bugs.uclibc.org/view.php?id=259
* Per http://bugs.uclibc.org/view.php?id=130Eric Andersen2005-03-091-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 theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+3
|
* pppd's install target doesn't like 'make -j'Eric Andersen2004-12-111-1/+1
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+68
directory.