From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle Date: Thu, 16 May 2013 07:52:55 +0200 Subject: [Buildroot] [git commit] aircrack-ng: fix statically linked build In-Reply-To: <20130515140651.682AC9A1B8@busybox.osuosl.org> References: <20130515140651.682AC9A1B8@busybox.osuosl.org> Message-ID: <51947437.7010602@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 15/05/13 15:00, Peter Korsgaard wrote: > commit: http://git.buildroot.net/buildroot/commit/?id=bed1490d0f58dc963d2144f2fe6b705f9f36d848 > branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master > > Fixe the build failure visible at > http://autobuild.buildroot.net/results/2441d8b62323a00f32f2edb7cb781dda71ff7f68 > > Signed-off-by: Samuel Martin > Signed-off-by: Peter Korsgaard > --- > package/aircrack-ng/aircrack-ng.mk | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/package/aircrack-ng/aircrack-ng.mk b/package/aircrack-ng/aircrack-ng.mk > index c6574f1..a36cf34 100644 > --- a/package/aircrack-ng/aircrack-ng.mk > +++ b/package/aircrack-ng/aircrack-ng.mk > @@ -20,9 +20,12 @@ else > AIRCRACK_NG_MAKE_OPTS = sqlite=false > endif > > +AIRCRACK_NG_LDFLAGS = -lz \ > + $(if $(BR2_PREFER_STATIC_LIB),-ldl -lpthread) You're missing $(TARGET_LDFLAGS) here. Regards, Arnout > + > define AIRCRACK_NG_BUILD_CMDS > $(TARGET_CONFIGURE_OPTS) $(MAKE1) CC="$(TARGET_CC)" LD="$(TARGET_LD)" \ > - LDFLAGS="$(TARGET_LDFLAGS) -lz" \ > + LDFLAGS="$(AIRCRACK_NG_LDFLAGS)" \ > -C $(@D) $(AIRCRACK_NG_MAKE_OPTS) all > endef > > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot > -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286500 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F