Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] BR2_PREFER_STATIC_LIB and LDFLAGS+= -static
@ 2012-11-02 17:06 ANDY KENNEDY
  2012-11-02 22:21 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: ANDY KENNEDY @ 2012-11-02 17:06 UTC (permalink / raw)
  To: buildroot

All,

Near line 302 in package/Makefile.in was added TARGET_LDFLAGS += -static
to satisfy a request I made a while back.  This really needs to be
--static so that it filters down through autoconf the correct way.  If
-static is passed in LDFLAGS, autoconf regularly mishandles this by
setting a variable then never reconfiguring the package's make system
to build static.  However, the --static to ld is the same as -static,
but autoconf does not compare for --static, thus, packages get built as
desired.

Can someone change this in package/Makefile.in or should I submit a
dinky patch for this?

Thanks,
Andy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-05 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 17:06 [Buildroot] BR2_PREFER_STATIC_LIB and LDFLAGS+= -static ANDY KENNEDY
2012-11-02 22:21 ` Arnout Vandecappelle
2012-11-05 16:24   ` ANDY KENNEDY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox