Actions
Bug #313
closedBip fails to build without ssl
Start date:
2013-11-04
Due date:
% Done:
100%
Estimated time:
Patch Available:
Yes
Found in Versions:
Confirmed:
Yes
Branch:
Security:
No
Help Needed:
No
Description
Reported by Whoopie.
Bip fails to build without ssl.
How to reproduce:
autoreconf -i -Wall ./configure --enable-maintainer-mode --without-openssl make
Error is:
depbase=`echo src/bip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I./src -Wall -Wextra -Werror -g -O2 -fPIE -MT src/bip.o -MD -MP -MF $depbase.Tpo -c -o src/bip.o src/bip.c &&\ mv -f $depbase.Tpo $depbase.Po src/bip.c: In function 'adm_bip': src/bip.c:2259:3: error: implicit declaration of function 'adm_trust' [-Werror=implicit-function-declaration] return adm_trust(ic, line); ^ cc1: all warnings being treated as errors make[1]: *** [src/bip.o] Error 1 make[1]: Leaving directory `/tmp/bip2' make: *** [all] Error 2
Whoopie suggested this patch:
http://freetz.org/browser/trunk/make/bip/patches/111-no_ssl.patch
Updated by Pierre-Louis Bonicoli about 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 8d3539a7d0eed8f9074eb5ec42c9f9d39d6b4af4.
Actions