diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-06-02 16:15:07 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-06-02 16:23:12 +0800 |
commit | 368b4b672f58009cd76cb9c8e87f217e5c222668 (patch) | |
tree | 16436fd8eae439347cbdb61ba8ce21846dd5fbc0 /recipes/m4/m4_1.4.14.bb | |
parent | 49a99cc3c0b0309be0930d2b3de6465e67522957 (diff) |
m4: Fix m4-native-1.4.14 build on Fedora13...
The build error was a link failure not finding S_ISDIR
which is a macro provided for the stat syscall..
Diffstat (limited to 'recipes/m4/m4_1.4.14.bb')
-rw-r--r-- | recipes/m4/m4_1.4.14.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/m4/m4_1.4.14.bb b/recipes/m4/m4_1.4.14.bb index b8f180287f..3d33de1f22 100644 --- a/recipes/m4/m4_1.4.14.bb +++ b/recipes/m4/m4_1.4.14.bb @@ -2,6 +2,8 @@ require m4.inc PR = "${INC_PR}.0" +SRC_URI += "file://f13-compile.patch;patch=1" + SRC_URI[archive.md5sum] = "e6fb7d08d50d87e796069cff12a52a93" SRC_URI[archive.sha256sum] = "0885ffa93256353a96b1cf0bcbc4d639ed09953b687e6cc412c4048e656f4dd2" |