* [Buildroot] [PATCH] pppd: needs mmu and shared objects
@ 2013-09-30 9:18 Axel Lin
2013-10-01 19:37 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-09-30 9:18 UTC (permalink / raw)
To: buildroot
The plugin infrastructure is based on shared objects so it won't build
for static-only scenarios.
And the daemon uses fork() so MMU is required.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
package/pppd/Config.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/pppd/Config.in b/package/pppd/Config.in
index 879b263..074c2fd 100644
--- a/package/pppd/Config.in
+++ b/package/pppd/Config.in
@@ -1,10 +1,16 @@
config BR2_PACKAGE_PPPD
bool "pppd"
+ depends on !BR2_PREFER_STATIC_LIB
+ depends on BR2_USE_MMU
help
An implementation of the Point-to-point protocol.
http://www.samba.org/ppp/
+comment "pppd requires a toolchain with dynamic library support"
+ depends on BR2_PREFER_STATIC_LIB
+ depends on BR2_USE_MMU
+
config BR2_PACKAGE_PPPD_FILTER
depends on BR2_PACKAGE_PPPD
select BR2_PACKAGE_LIBPCAP
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] pppd: needs mmu and shared objects
2013-09-30 9:18 [Buildroot] [PATCH] pppd: needs mmu and shared objects Axel Lin
@ 2013-10-01 19:37 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-10-01 19:37 UTC (permalink / raw)
To: buildroot
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:
Axel> The plugin infrastructure is based on shared objects so it won't build
Axel> for static-only scenarios.
Axel> And the daemon uses fork() so MMU is required.
Axel> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Axel> ---
Axel> package/pppd/Config.in | 6 ++++++
Axel> 1 file changed, 6 insertions(+)
Axel> diff --git a/package/pppd/Config.in b/package/pppd/Config.in
Axel> index 879b263..074c2fd 100644
Axel> --- a/package/pppd/Config.in
Axel> +++ b/package/pppd/Config.in
Axel> @@ -1,10 +1,16 @@
Axel> config BR2_PACKAGE_PPPD
Axel> bool "pppd"
Axel> + depends on !BR2_PREFER_STATIC_LIB
Axel> + depends on BR2_USE_MMU
Axel> help
Axel> An implementation of the Point-to-point protocol.
Axel> http://www.samba.org/ppp/
Axel> +comment "pppd requires a toolchain with dynamic library support"
Axel> + depends on BR2_PREFER_STATIC_LIB
Axel> + depends on BR2_USE_MMU
Axel> +
This needs to go under the sub options otherwise they won't get properly
indented.
Committed with that fixed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-01 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 9:18 [Buildroot] [PATCH] pppd: needs mmu and shared objects Axel Lin
2013-10-01 19:37 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox