diff options
Diffstat (limited to 'packages/minicom/minicom_2.1.bb')
-rw-r--r-- | packages/minicom/minicom_2.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/minicom/minicom_2.1.bb b/packages/minicom/minicom_2.1.bb index b2e25d06f7..c4a1c3018a 100644 --- a/packages/minicom/minicom_2.1.bb +++ b/packages/minicom/minicom_2.1.bb @@ -2,7 +2,8 @@ SECTION = "console/network" DEPENDS = "ncurses" LICENSE = "GPL" SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \ - file://configure.patch;patch=1" + file://configure.patch;patch=1 \ + file://gcc4-scope.patch;patch=1" inherit autotools gettext |