into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded
2005/02/10 17:32:47-06:00 ti.com!kergoth
Apply a patch to ctorrent to make it use getcwd rather than getwd (getwd is deprecated for portability and security reasons), which fixes its build for uclibc.
BKrev: 420bef29QJwsJ4TljggrfcaXdL72OA
+++ /dev/null
-DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \
-programming language."
-DEPENDS = "openssl"
-LICENSE = "GPL"
-SECTION = "network"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-PR = "r1"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.gz"
-S = "${WORKDIR}/ctorrent-${PV}"
-
-inherit autotools
-DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \
-programming language."
-DEPENDS = "openssl"
-LICENSE = "GPL"
-SECTION = "network"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-PR = "r1"
+include ctorrent.inc
+PR = "r2"
-SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2"
-S = "${WORKDIR}/ctorrent-${PV}"
-
-inherit autotools
+SRC_URI += "file://nogetwd.patch;patch=1"