Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ifplugd: add --with-initdir= to config command
@ 2012-08-18 14:04 Shawn J. Goff
  2012-08-21  9:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn J. Goff @ 2012-08-18 14:04 UTC (permalink / raw)
  To: buildroot

From: "Shawn J. Goff" <shawnjgoff@gmail.com>

ifplugd refuses to configure without this set.
---
 package/ifplugd/ifplugd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ifplugd/ifplugd.mk b/package/ifplugd/ifplugd.mk
index 1e11c14..d031a97 100644
--- a/package/ifplugd/ifplugd.mk
+++ b/package/ifplugd/ifplugd.mk
@@ -12,7 +12,7 @@ IFPLUGD_AUTORECONF = YES
 
 # install-strip unconditionally overwrites $(TARGET_DIR)/etc/ifplugd/ifplugd.*
 IFPLUGD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-exec
-IFPLUGD_CONF_OPT = --disable-lynx
+IFPLUGD_CONF_OPT = --disable-lynx --with-initdir=/etc/init.d/
 IFPLUGD_DEPENDENCIES = libdaemon
 
 # Prefer big ifplugd
-- 
1.7.11.1

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

end of thread, other threads:[~2012-08-24 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-18 14:04 [Buildroot] [PATCH] ifplugd: add --with-initdir= to config command Shawn J. Goff
2012-08-21  9:56 ` Thomas Petazzoni
2012-08-21 13:12   ` Shawn Goff
2012-08-22  7:54     ` Thomas Petazzoni
2012-08-22 12:39       ` Shawn Goff
2012-08-24 21:46         ` Thomas Petazzoni

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