diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-06-14 15:55:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-14 15:55:07 +0000 |
commit | 41bf05ee1eda312ee9c5707d0aa15979fefb9dbc (patch) | |
tree | 9bf36fad269c12d6d677daa010a57ebd18f5a179 /packages/minicom/minicom_2.1.bb | |
parent | 18d8eeb8c0504dbfdfe7f11931dd30dcdd5fbcb8 (diff) |
minicom-2.1: build fix for gcc, closes #1087
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 |