Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rick Foos <rick@synchromeshcomputing.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] undefined symbol BR2_PACKAGE_LIBDAEMON
Date: Sat, 4 Aug 2007 10:27:28 -0500	[thread overview]
Message-ID: <003e01c7d6ab$f8f5d2c0$6404a8c0@shukson> (raw)
In-Reply-To: 0708040028590.13739@somehost

> On Fri, 3 Aug 2007, Rick Foos wrote:
>
>> Had the same problem here. Attached is a simple patch to fix it
>> preserving the current function.
>
> Thanks.
>
>> The libdaemon Config.in was never included in the past, but the
>> libdaemon.mk file was in place.
>>
>> Avahi.mk refereces the libdaemon make target.
>>
>> Now that the select dependency is in avahi/Config.in, the missing source
>> libdaemon/Config.in is a problem.
>
> Right.  That was a miss.
> libdaemon is not "networking" related in any way, AFAIK.  I would think
> a better place is among the "Other stuff", one level above networking
> (next to the other libs).

I knew that either place I put it would be wrong:)

avahi appears to be the only package that depends on libdaemon. A minimalist 
approach, only allowing libdaemon if it was required would place it with 
avahi.

As a general service, it should go in a general category like other, but to 
the minimalist it then can take up space when it is not really required.

I chose the minimalist approach. Whomever commits this to the tree can 
decide.

>
> Index: package/Config.in
> ===================================================================
> --- package/Config.in   (revision 19307)
> +++ package/Config.in   (working copy)
> @@ -63,6 +63,7 @@
> if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
> source "package/less/Config.in"
> endif
> +source "package/libdaemon/Config.in"
> source "package/libelf/Config.in"
> source "package/libevent/Config.in"
> source "package/libfloat/Config.in"
>
>
> Cheers,
>
> -- 
> Cristian
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
> 

      reply	other threads:[~2007-08-04 15:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-03 19:20 [Buildroot] [bug] undefined symbol BR2_PACKAGE_LIBDAEMON Cristian Ionescu-Idbohrn
2007-08-03 21:29 ` [Buildroot] [PATCH] " Rick Foos
2007-08-03 23:23   ` Cristian Ionescu-Idbohrn
2007-08-04 15:27     ` Rick Foos [this message]

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='003e01c7d6ab$f8f5d2c0$6404a8c0@shukson' \
    --to=rick@synchromeshcomputing.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