From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 01 Dec 2014 00:20:16 +0100 Subject: [Buildroot] [PATCH 2/2 v2] package/parted: fix static link In-Reply-To: (Yann E. MORIN's message of "Sun, 30 Nov 2014 23:31:37 +0100") References: Message-ID: <878uisi8cv.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Yann" == Yann E MORIN writes: > libuuid needs to be linked with -lintl when gettext is needed (with > locales). > For a shared build, this is solved with the DT_NEEDED ELF tags, but for > a static link, it is not pulled in automatically. > Use pkg-config to find libuuid, instead of AC_CHECK_LIB(). > Second part at fixing: > http://autobuild.buildroot.net/results/c46/c467aeec258909bb82eda77123803944f97d8df8/ > Signed-off-by: "Yann E. MORIN" > Cc: Thomas Petazzoni > Cc: Peter Korsgaard > --- > Changes v1 -> v2: > - typoes (Peter) You forgot to add host-pkgconf to the _DEPENDENCIES lines (target/host). Committed with that fixed, thanks. -- Bye, Peter Korsgaard