summaryrefslogtreecommitdiffstats
path: root/package/ipsec-tools/ipsec-tools.mk
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipsec-tools: Bump version to 0.7.2.Will Newton2009-06-231-2/+12
| | | | | | | | | | Add support for configuring security context support to allow building for non-SELinux targets. Remove some obsolete patches. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-11/+11
|
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-3/+2
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* Make ipsec-tools depend on packets, instead of selecting them, depend on flexUlf Samuelsson2007-11-291-2/+2
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Fix syntax error when using addprefix in ipsec-tools.mkUlf Samuelsson2007-09-231-2/+2
|
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-20/+17
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-16/+16
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-7/+7
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-2/+2
|
* Replace space by tabsUlf Samuelsson2007-07-281-1/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-4/+4
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-1/+2
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-261-5/+3
|
* - bump versionBernhard Reutner-Fischer2007-06-251-10/+16
| | | | - add SUSV legacy fixups
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer2007-01-211-2/+2
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* - bump versionBernhard Reutner-Fischer2006-11-171-1/+2
|
* - use cross strip instead of host strip; closes #773Bernhard Reutner-Fischer2006-08-281-2/+2
|
* if uClibc_config.h doesnt exist yet, make sure grep doesnt complain about itMike Frysinger2006-02-151-1/+1
|
* add ipsec-tools package per case 0000439David Anders2006-01-231-0/+154