diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-24 09:31:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-24 09:31:30 +0000 |
commit | 056663dbed216729d80c9f6b15d8692dbecc27e7 (patch) | |
tree | dd3626e54d8377e2316afd906733bb8fc435103d /libetpan/libetpan_0.33pre.oe | |
parent | 55909771d3504ec994693b47d3bd43e511e02ce4 (diff) |
fix libetpan build by adding a gcc34 patch
BKrev: 40da9f7224N-Q-LbcSma1JfaGo_qkg
Diffstat (limited to 'libetpan/libetpan_0.33pre.oe')
-rw-r--r-- | libetpan/libetpan_0.33pre.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe index 4f9361c10e..5cc6b2a2e8 100644 --- a/libetpan/libetpan_0.33pre.oe +++ b/libetpan/libetpan_0.33pre.oe @@ -10,7 +10,8 @@ SRC_URI = "http://www.alwins-world.de/oe/libetpan-${PV}.tar.bz2 \ file://mailstream_socket.patch;patch=1 \ file://smtptls.patch;patch=1" \ file://config_iconv.patch;patch=1" \ - file://includedir.patch;patch=1;pnum=0" + file://includedir.patch;patch=1;pnum=0 \ + file://gcc34.patch;patch=1" inherit autotools |