All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] pppd breaks build without libutils
@ 2016-09-25 16:53 Cassiano Martin
  2016-09-25 18:58 ` Thomas Petazzoni
  0 siblings, 1 reply; 10+ messages in thread
From: Cassiano Martin @ 2016-09-25 16:53 UTC (permalink / raw)
  To: buildroot

Hello,

I am generating a small firmware environment, and pppd breaks build process
if libutils is not included. I looked under its sources and its used to
wtmp logging.

diff -rupN pppd.b/pppd.mk pppd/pppd.mk
--- pppd.b/pppd.mk      2016-09-25 13:51:06.125430110 -0300
+++ pppd/pppd.mk        2016-09-19 13:48:11.223130150 -0300
@@ -45,6 +45,7 @@ PPPD_POST_EXTRACT_HOOKS += PPPD_SET_RESO

 define PPPD_CONFIGURE_CMDS
        $(SED) 's/FILTER=y/#FILTER=y/' $(PPPD_DIR)/pppd/Makefile.linux
+       $(SED) 's/USE_LIBUTIL=y/#USE_LIBUTIL=y/'
$(PPPD_DIR)/pppd/Makefile.linux
        $(SED) 's/ifneq ($$(wildcard \/usr\/include\/pcap-bpf.h),)/ifdef
FILTER/' $(PPPD_DIR)/*/Makefile.linux
        ( cd $(@D); ./configure --prefix=/usr )
 endef

[]'s
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160925/cf6fad79/attachment.html>

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

end of thread, other threads:[~2016-09-29  9:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-25 16:53 [Buildroot] pppd breaks build without libutils Cassiano Martin
2016-09-25 18:58 ` Thomas Petazzoni
2016-09-25 23:39   ` Cassiano Martin
2016-09-27 21:33     ` Arnout Vandecappelle
2016-09-27 21:43       ` Yann E. MORIN
2016-09-28  8:59         ` Thomas Petazzoni
2016-09-28 16:34           ` Yann E. MORIN
2016-09-28 16:41             ` Waldemar Brodkorb
2016-09-28 16:47               ` Yann E. MORIN
2016-09-29  9:41             ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.