aboutsummaryrefslogtreecommitdiffstats
path: root/vpnc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-21 18:27:14 +0000
committerChris Larson <clarson@kergoth.com>2003-11-21 18:27:14 +0000
commite9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch)
tree8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /vpnc
parentacea8d73cb0c72991690d488915e426bf7e46675 (diff)
downloadopenembedded-e9b171e0738c2acef0650328b7f2e1ae7cdc55cc.tar.gz
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'vpnc')
-rw-r--r--vpnc/vpnc-0.2-rm+zomb-pre6/attribute.patch0
-rw-r--r--vpnc/vpnc_0.2-rm+zomb-pre6.oe13
2 files changed, 0 insertions, 13 deletions
diff --git a/vpnc/vpnc-0.2-rm+zomb-pre6/attribute.patch b/vpnc/vpnc-0.2-rm+zomb-pre6/attribute.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/vpnc/vpnc-0.2-rm+zomb-pre6/attribute.patch
+++ /dev/null
diff --git a/vpnc/vpnc_0.2-rm+zomb-pre6.oe b/vpnc/vpnc_0.2-rm+zomb-pre6.oe
deleted file mode 100644
index 5202df8d01..0000000000
--- a/vpnc/vpnc_0.2-rm+zomb-pre6.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-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}
-}