| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes build errors with toolchains that don't automatically search for
headers in STAGING_DIR (such as external toolchains) resulting in the
following build failures:
mipsel-linux-gnu-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc
-fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1 -Wl,-z,now
-Wl,-z,relro -DUSE_SSL_CRYPTO -c options.c
In file included from options.c:62:0:
auth_algo.h:53:26: fatal error: openssl/hmac.h: No such file or
directory
#include <openssl/hmac.h>
^
compilation terminated.
Makefile:95: recipe for target 'options.o' failed
make[4]: *** [options.o] Error 1
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
|
|
|
| |
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
|
|
|
| |
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
|
|
|
|
| |
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
|
|
|
|
| |
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
|
|
|
|
|
|
| |
now using libnettle for the default crypto library
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
|
|
|
|
| |
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
|
|
|
|
|
|
| |
the new package now makes use of build variants
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
|
|
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
|