summaryrefslogtreecommitdiff
path: root/ipkg
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-21 18:43:11 +0000
committerChris Larson <clarson@kergoth.com>2004-05-21 18:43:11 +0000
commitdc2b540f3e5abf21dcb61c652e17b832cca90bf6 (patch)
treece8fffd50103f62e4164fcdb46131a631a9d982f /ipkg
parent6f20983b2015c97ac1da7d58661b375c4664e6fe (diff)
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages 2004/05/21 14:43:07-04:00 local!kergoth Apply patch that fixes x86_64 segfault, courtesy Jordan Crouse. BKrev: 40ae4dbfS4vOvXE2MRdCJcvjIvouWQ
Diffstat (limited to 'ipkg')
-rw-r--r--ipkg/ipkg-0.99.121/varargs.patch0
-rw-r--r--ipkg/ipkg_0.99.121.oe3
2 files changed, 2 insertions, 1 deletions
diff --git a/ipkg/ipkg-0.99.121/varargs.patch b/ipkg/ipkg-0.99.121/varargs.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ipkg/ipkg-0.99.121/varargs.patch
diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe
index 7cd0671bf2..14514cfd01 100644
--- a/ipkg/ipkg_0.99.121.oe
+++ b/ipkg/ipkg_0.99.121.oe
@@ -11,7 +11,8 @@ FILES_libipkg = "${libdir}"
AUTO_LIBNAME_PKGS = "libipkg"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')} \
- file://${FILESDIR}/libbb-fpic.patch;patch=1"
+ file://${FILESDIR}/libbb-fpic.patch;patch=1 \
+ file://${FILESDIR}/varargs.patch;patch=1"
S = "${WORKDIR}/ipkg/C"
inherit autotools