Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 17:46:04 +0400
From:      Anonymous <swell.k@gmail.com>
To:        Paolo Bormida <pbormida@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: FreeBSD Port: amule-10275
Message-ID:  <86tylh7uxv.fsf@gmail.com>
In-Reply-To: <AANLkTik_xfuhgrZ1%2BHyGkB7UJEq5qWdvtGx3tK%2BuAiha@mail.gmail.com> (Paolo Bormida's message of "Wed, 22 Sep 2010 14:32:53 %2B0200")
References:  <AANLkTinNPgm5pJS-OY28t5fScwtv%2BKHg-rXeBMqJd9Ht@mail.gmail.com> <86tylij8pu.fsf@gmail.com> <AANLkTik_xfuhgrZ1%2BHyGkB7UJEq5qWdvtGx3tK%2BuAiha@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Paolo Bormida <pbormida@gmail.com> writes:

> Can the new knobs be used to do a gui-less build of amule?

No, even without --disable-monolithic amule would still require WX.

  $ readelf -d $(which amulecmd) | fgrep wx
   0x0000000000000001 (NEEDED)             Shared library: [libwx_baseu_net-2.8.so.0]
   0x0000000000000001 (NEEDED)             Shared library: [libwx_baseu-2.8.so.0]
  $ nm -D $(which amulecmd) | sed -n '/_/d; /wx/p'
  000000000045a6d8 B wxConvFileName
  000000000045a260 B wxConvLocal
  000000000045a6c0 B wxConvUTF8
  000000000045a1c0 B wxEmptyString

And I don't think we have a WX package that ships only libs without X11
dependency.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86tylh7uxv.fsf>