All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Coe <bluemrp9@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] heimdal: needs host-flex and explicitly set -lpthread
Date: Mon, 20 Apr 2015 19:03:10 -0700	[thread overview]
Message-ID: <5535AFDE.9060704@gmail.com> (raw)
In-Reply-To: <20150420223532.5677fb5f@free-electrons.com>

On 04/20/2015 01:35 PM, Thomas Petazzoni wrote:
> Dear Ryan Coe,
>
> On Sun, 19 Apr 2015 10:53:23 -0700, Ryan Coe wrote:
>> Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
>> ---
>>   package/heimdal/heimdal.mk | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/heimdal/heimdal.mk b/package/heimdal/heimdal.mk
>> index 972f15c..c4a1703 100644
>> --- a/package/heimdal/heimdal.mk
>> +++ b/package/heimdal/heimdal.mk
>> @@ -6,11 +6,11 @@
>>   
>>   HEIMDAL_VERSION = 1.5.3
>>   HEIMDAL_SITE = http://www.h5l.org/dist/src
>> -HEIMDAL_DEPENDENCIES = host-e2fsprogs host-pkgconf
>> +HEIMDAL_DEPENDENCIES = host-e2fsprogs host-pkgconf host-flex
>>   HEIMDAL_INSTALL_STAGING = YES
>>   # static because of -fPIC issues with e2fsprogs on x86_64 host
>>   HOST_HEIMDAL_CONF_OPTS = --with-x=no --disable-shared --enable-static
>> -HOST_HEIMDAL_CONF_ENV = MAKEINFO=true
>> +HOST_HEIMDAL_CONF_ENV = MAKEINFO=true LIBS="-lpthread"
> Could you give more details about the situations in which you are
> seeing problems with host-flex and -lpthread being missing?
>
> I indeed see that flex and bison are being tested at configure time,
> but failing to detect them does not seem to affect the build (maybe
> heimdal has a pre-generated versions of the files normally generated by
> flex/bison?). And I see -lpthread being used properly when linking.
>
> So, please include more details about the issues you're seeing your
> commit log.
>
> Thanks a lot!
>
> Thomas
Thomas,

I found the addition of host-flex not to be necessary.  The -lpthread 
addition fixes a build error on my machine.  I will submit a new version 
of my patch.

Thanks,
Ryan

  reply	other threads:[~2015-04-21  2:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-19 17:53 [Buildroot] [PATCH 1/1] heimdal: needs host-flex and explicitly set -lpthread Ryan Coe
2015-04-20 20:35 ` Thomas Petazzoni
2015-04-21  2:03   ` Ryan Coe [this message]
2015-04-21  7:11     ` Thomas Petazzoni
     [not found]       ` <5537287A.9070505@gmail.com>
2015-04-22  7:34         ` Thomas Petazzoni

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=5535AFDE.9060704@gmail.com \
    --to=bluemrp9@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.