Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Fri, 21 May 2004 18:43:11 +0000 (18:43 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 21 May 2004 18:43:11 +0000 (18:43 +0000)
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

ipkg/ipkg-0.99.121/varargs.patch [new file with mode: 0644]
ipkg/ipkg_0.99.121.oe

diff --git a/ipkg/ipkg-0.99.121/varargs.patch b/ipkg/ipkg-0.99.121/varargs.patch
new file mode 100644 (file)
index 0000000..e69de29
index 7cd0671..14514cf 100644 (file)
@@ -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