diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2012-02-20 18:29:41 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-22 09:45:55 +0100 |
| commit | f89d930201725d0427b0c1e881cff929c5a8ef7e (patch) | |
| tree | 0f2c07e66fb634cfd7d9072653ea6141d9780294 /vsftpd/01-builddefs.patch | |
| parent | b9fbd254ba2bcf7d350842e8467f50c4016fc5b8 (diff) | |
| download | meta-openembedded-f89d930201725d0427b0c1e881cff929c5a8ef7e.tar.gz | |
vsftpd: add new package
Hello Eric,
On 20.02.2012 14:51, Eric Bénard wrote:
> - imported 2.0.5 from oe-classic
> - upgrade to 2.3.5 which is latest stable
> - tested on ARMv5 with Angstrom
I created a recipe for vsftpd, too. Here's my version for your
reference. All patches were taken from the Debian or Ubuntu package.
It differs from your recipe in these ways:
- uses openssl
- uses pam if available
- uses xinetd
- allows to set custom default configuration options in bbappends
- only build-tested with OE-core, no runtime tests so far.
Regards,
Andreas
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'vsftpd/01-builddefs.patch')
| -rw-r--r-- | vsftpd/01-builddefs.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vsftpd/01-builddefs.patch b/vsftpd/01-builddefs.patch new file mode 100644 index 0000000000..a757d990bf --- /dev/null +++ b/vsftpd/01-builddefs.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Author: Daniel Jacobowitz <dan@debian.org> | ||
| 2 | Description: Build with tcpwrapper and SSL support. | ||
| 3 | |||
| 4 | diff -Naurp vsftpd.orig/builddefs.h vsftpd/builddefs.h | ||
| 5 | --- vsftpd.orig/builddefs.h 2009-01-31 00:02:36.000000000 +0000 | ||
| 6 | +++ vsftpd/builddefs.h 2009-01-31 00:26:34.000000000 +0000 | ||
| 7 | @@ -1,9 +1,9 @@ | ||
| 8 | #ifndef VSF_BUILDDEFS_H | ||
| 9 | #define VSF_BUILDDEFS_H | ||
| 10 | |||
| 11 | -#undef VSF_BUILD_TCPWRAPPERS | ||
| 12 | +#define VSF_BUILD_TCPWRAPPERS 1 | ||
| 13 | #define VSF_BUILD_PAM | ||
| 14 | -#undef VSF_BUILD_SSL | ||
| 15 | +#define VSF_BUILD_SSL | ||
| 16 | |||
| 17 | #endif /* VSF_BUILDDEFS_H */ | ||
| 18 | |||
