git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a81146a
)
BUGFIXES for vpnc: 1) dont strip an ARM binary with an x86 strip if you plan on it...
author
Chris Larson
<clarson@kergoth.com>
Mon, 17 Nov 2003 23:23:38 +0000
(23:23 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 17 Nov 2003 23:23:38 +0000
(23:23 +0000)
BKrev: 3fb9587akH1kafTlAUwhgzhi-OZpyA
vpnc/vpnc_0.2-rm+zomb-pre6.oe
patch
|
blob
|
history
diff --git
a/vpnc/vpnc_0.2-rm+zomb-pre6.oe
b/vpnc/vpnc_0.2-rm+zomb-pre6.oe
index
e69de29
..
5202df8
100644
(file)
--- a/
vpnc/vpnc_0.2-rm+zomb-pre6.oe
+++ b/
vpnc/vpnc_0.2-rm+zomb-pre6.oe
@@
-0,0
+1,13
@@
+DEPENDS=virtual/libc virtual/libgcrypt
+
+SRC_URI = http://www.unix-ag.uni-kl.de/~massar/vpnc/${PN}-${PV}.tar.gz \
+ file://${FILESDIR}/attribute.patch;patch=1
+
+do_compile () {
+ oe_runmake 'CC=${CC}' 'LDFLAGS=${LDFLAGS} -g $(shell libgcrypt-config --libs) -static'
+}
+
+do_install () {
+ install -d ${D}/${sbindir}
+ install -m 0755 vpnc ${D}/${sbindir}
+}