Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v7 3/8] package/pound: Fix build with OpenSSL 1.1.x
Date: Tue, 29 Jan 2019 16:49:57 +0100	[thread overview]
Message-ID: <87lg3379ay.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20190129093919.22060-3-patrick.havelange@essensium.com> (Patrick Havelange's message of "Tue, 29 Jan 2019 10:39:14 +0100")

>>>>> "Patrick" == Patrick Havelange <patrick.havelange@essensium.com> writes:

 > From: Bernd Kuhls <bernd.kuhls@t-online.de>
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>

 > ---
 > Changes v7:
 >   - none

 > Changes v6:
 >   - none

This looks to break building against libressl:

/home/peko/source/buildroot/output-pound/host/bin/arm-none-linux-gnueabi-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.8\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"peko\" -DC_GROUP=\"peko\" -DC_SUPER=\"0\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os   -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o svc.o svc.c
In file included from poundctl.c:28:0:
pound.h:348:3: warning: data definition has no type or storage class [enabled by default]
   DEFINE_LHASH_OF(TABNODE);
   ^
In file included from http.c:28:0:
pound.h:348:3: warning: data definition has no type or storage class [enabled by default]
   DEFINE_LHASH_OF(TABNODE);
   ^
In file included from pound.c:28:0:
pound.h:348:3: warning: data definition has no type or storage class [enabled by default]
   DEFINE_LHASH_OF(TABNODE);
   ^
In file included from config.c:32:0:
pound.h:348:3: warning: data definition has no type or storage class [enabled by default]
   DEFINE_LHASH_OF(TABNODE);
   ^
config.c: In function 't_hash':

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2019-01-29 15:49 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-29  9:39 [Buildroot] [PATCH v7 1/8] package/libshout: Add support for openssl 1.1.x Patrick Havelange
2019-01-29  9:39 ` [Buildroot] [PATCH v7 2/8] package/nut: " Patrick Havelange
2019-01-29 15:43   ` Peter Korsgaard
2019-01-29  9:39 ` [Buildroot] [PATCH v7 3/8] package/pound: Fix build with OpenSSL 1.1.x Patrick Havelange
2019-01-29 15:49   ` Peter Korsgaard [this message]
2019-01-30 14:08     ` Arnout Vandecappelle
2019-02-05  1:25   ` Matthew Weber
2019-02-05  9:19     ` Patrick Havelange
2019-02-05  9:48       ` Peter Korsgaard
2019-02-05 16:01         ` [Buildroot] [External] " Matthew Weber
2019-01-29  9:39 ` [Buildroot] [PATCH v7 4/8] mariadb: use host-openssl from buildroot-system Patrick Havelange
2019-02-04  9:27   ` Peter Korsgaard
2019-02-04 20:10     ` Peter Seiderer
2019-02-04 20:22       ` Peter Korsgaard
2019-01-29  9:39 ` [Buildroot] [PATCH v7 5/8] Introduce the variable BR2_TOOLCHAIN_HAS_UCONTEXT Patrick Havelange
2019-02-04 10:03   ` Peter Korsgaard
2019-01-29  9:39 ` [Buildroot] [PATCH v7 6/8] package/thrift: bump to 0.12.0, add support for openssl 1.1.x Patrick Havelange
2019-01-29  9:39 ` [Buildroot] [PATCH v7 7/8] package/rtmpdump: Fix compilation issues with " Patrick Havelange
2019-02-04 10:06   ` Peter Korsgaard
2019-02-04 18:15     ` Arnout Vandecappelle
2019-02-04 20:11       ` Peter Korsgaard
2019-01-29  9:39 ` [Buildroot] [PATCH v7 8/8] libopenssl: bump version to 1.1.1a Patrick Havelange
2019-02-04 20:57   ` Peter Korsgaard
2019-02-04 22:12     ` Peter Korsgaard
2019-02-04 22:43       ` Vadim Kochan
2019-01-29 15:42 ` [Buildroot] [PATCH v7 1/8] package/libshout: Add support for openssl 1.1.x Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lg3379ay.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox