From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/vpnc
Date: Wed, 19 Sep 2007 05:28:49 -0700 (PDT) [thread overview]
Message-ID: <20070919122849.3C0F030056@busybox.net> (raw)
Author: aldot
Date: 2007-09-19 05:28:48 -0700 (Wed, 19 Sep 2007)
New Revision: 19890
Log:
- bump version.
Someone will have to fix the install thing (involves a file with .pl where my sh says 'line 18: use: command not found', which is a good thing).
Modified:
trunk/buildroot/package/vpnc/vpnc.mk
Changeset:
Modified: trunk/buildroot/package/vpnc/vpnc.mk
===================================================================
--- trunk/buildroot/package/vpnc/vpnc.mk 2007-09-19 12:24:07 UTC (rev 19889)
+++ trunk/buildroot/package/vpnc/vpnc.mk 2007-09-19 12:28:48 UTC (rev 19890)
@@ -4,7 +4,7 @@
#
#############################################################
-VPNC_VERSION=0.4.0
+VPNC_VERSION=0.5.1
VPNC_SOURCE=vpnc-$(VPNC_VERSION).tar.gz
VPNC_SITE=http://www.unix-ag.uni-kl.de/~massar/vpnc
VPNC_DIR=$(BUILD_DIR)/vpnc-$(VPNC_VERSION)
@@ -19,12 +19,14 @@
$(VPNC_DIR)/.unpacked: $(DL_DIR)/$(VPNC_SOURCE)
$(VPNC_CAT) $(DL_DIR)/$(VPNC_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- toolchain/patch-kernel.sh $(VPNC_DIR) package/vpnc \*.patch
+ toolchain/patch-kernel.sh $(VPNC_DIR) package/vpnc \*$(VPNC_VERSION).patch
touch $@
$(VPNC_BINARY): $(VPNC_DIR)/.unpacked
rm -f $@
$(MAKE) $(TARGET_CONFIGURE_OPTS) INCLUDE=$(STAGING_DIR)/usr/include \
+ CFLAGS="$(TARGET_CFLAGS)" \
+ LDFLAGS+=-lgcrypt LDFLAGS+=-lgpg-error \
CC="$(TARGET_CC)" -C $(VPNC_DIR)
$(VPNC_TARGET_BINARY): $(VPNC_BINARY)
next reply other threads:[~2007-09-19 12:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-19 12:28 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-14 23:50 [Buildroot] svn commit: trunk/buildroot/package/vpnc ulf at uclibc.org
2009-01-15 8:53 ` Peter Korsgaard
2008-08-04 19:08 jacmet at uclibc.org
2007-11-29 13:00 ulf at uclibc.org
2007-09-20 17:08 ulf at uclibc.org
2007-09-19 12:24 aldot at uclibc.org
2007-09-19 10:31 aldot at uclibc.org
2007-09-19 10:30 aldot at uclibc.org
2007-07-17 19:16 ulf 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=20070919122849.3C0F030056@busybox.net \
--to=aldot@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