diff options
Diffstat (limited to 'file/file-4.04.oe')
-rw-r--r-- | file/file-4.04.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/file/file-4.04.oe b/file/file-4.04.oe index 642b248895..ab2c2bdbed 100644 --- a/file/file-4.04.oe +++ b/file/file-4.04.oe @@ -1,7 +1,8 @@ DEPENDS = virtual/libc RDEPENDS = libc6 -SRC_URI := ftp://ftp.astron.com/pub/file/file-4.04.tar.gz +SRC_URI := ftp://ftp.astron.com/pub/file/file-4.04.tar.gz \ + file://${FILESDIR}/makefile.patch;patch=1 S := ${WORKDIR}/${P} inherit autotools libtool |