From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ipsec-tools
Date: Thu, 29 Nov 2007 05:06:43 -0800 (PST) [thread overview]
Message-ID: <20071129130643.7679230077@busybox.net> (raw)
Author: ulf
Date: 2007-11-29 05:06:42 -0800 (Thu, 29 Nov 2007)
New Revision: 20589
Log:
Make ipsec-tools depend on packets, instead of selecting them, depend on flex
Modified:
trunk/buildroot/package/ipsec-tools/Config.in
trunk/buildroot/package/ipsec-tools/ipsec-tools.mk
Changeset:
Modified: trunk/buildroot/package/ipsec-tools/Config.in
===================================================================
--- trunk/buildroot/package/ipsec-tools/Config.in 2007-11-29 13:05:28 UTC (rev 20588)
+++ trunk/buildroot/package/ipsec-tools/Config.in 2007-11-29 13:06:42 UTC (rev 20589)
@@ -1,11 +1,13 @@
config BR2_PACKAGE_IPSEC_TOOLS
bool "ipsec-tools"
default n
- select BR2_PACKAGE_OPENSSL
- select BR2_PACKAGE_FLEX
+ depends BR2_PACKAGE_OPENSSL && BR2_PACKAGE_FLEX && BR2_PACKAGE_FLEX_LIBFL
help
This package is required to support IPSec for Linux 2.6+
+comment "ipsec-tools - disabled (requires openssl, flex and the flex library (libfl.a) )"
+ depends on !BR2_PACKAGE_OPENSSL || !BR2_PACKAGE_FLEX
+
config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
default y
depends on BR2_PACKAGE_IPSEC_TOOLS
Modified: trunk/buildroot/package/ipsec-tools/ipsec-tools.mk
===================================================================
--- trunk/buildroot/package/ipsec-tools/ipsec-tools.mk 2007-11-29 13:05:28 UTC (rev 20588)
+++ trunk/buildroot/package/ipsec-tools/ipsec-tools.mk 2007-11-29 13:06:42 UTC (rev 20589)
@@ -97,7 +97,7 @@
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOON) \
$(IPSEC_TOOLS_DIR)/$(IPSEC_TOOLS_BINARY_RACOONCTL): \
$(IPSEC_TOOLS_DIR)/.configured
- $(MAKE) CC=$(TARGET_CC) -C $(IPSEC_TOOLS_DIR)
+ $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(IPSEC_TOOLS_DIR)
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON) \
@@ -135,7 +135,7 @@
IPSEC_TOOLS_PROGS+= $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL)
endif
-ipsec-tools: uclibc openssl $(IPSEC_TOOLS_PROGS)
+ipsec-tools: uclibc openssl flex $(IPSEC_TOOLS_PROGS)
ipsec-tools-source: $(DL_DIR)/$(IPSEC_TOOLS_SOURCE)
next reply other threads:[~2007-11-29 13:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-29 13:06 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-03-02 19:56 [Buildroot] svn commit: trunk/buildroot/package/ipsec-tools jacmet at uclibc.org
2007-09-23 9:56 ulf at uclibc.org
2007-06-25 9:41 aldot at uclibc.org
2006-11-22 20:26 aldot at uclibc.org
2006-11-20 13:37 aldot at uclibc.org
2006-11-17 11:48 aldot at uclibc.org
2006-08-28 13:46 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071129130643.7679230077@busybox.net \
--to=ulf@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox