diff options
Diffstat (limited to 'socat/socat_1.3.2.1.oe')
-rw-r--r-- | socat/socat_1.3.2.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socat/socat_1.3.2.1.oe b/socat/socat_1.3.2.1.oe index 38a29e58e2..79473a9d60 100644 --- a/socat/socat_1.3.2.1.oe +++ b/socat/socat_1.3.2.1.oe @@ -3,7 +3,7 @@ DESCRIPTION = "Socat is a relay for bidirectional data \ transfer between two independent data channels." SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ - file://${FILESDIR}/ldflags.patch;patch=1" + file://ldflags.patch;patch=1" S = "${WORKDIR}/socat-1.3" inherit autotools |