Add missing defines for the i386 and i686 config.sh
authorDavid Karlstrom <daka@thg.se>
Wed, 3 Aug 2005 13:28:49 +0000 (13:28 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 3 Aug 2005 13:28:49 +0000 (13:28 +0000)
packages/perl/perl-5.8.7/config.sh-i386-linux
packages/perl/perl-5.8.7/config.sh-i686-linux

index fda13d0..3996011 100644 (file)
@@ -435,6 +435,8 @@ d_strerrm='strerror(e)'
 d_strerror='define'
 d_strerror_r='undef'
 d_strftime='define'
+d_strlcat='undef'
+d_strlcpy='undef'
 d_strtod='define'
 d_strtol='define'
 d_strtold='define'
index 313ff2f..0ea1826 100644 (file)
@@ -435,6 +435,8 @@ d_strerrm='strerror(e)'
 d_strerror='define'
 d_strerror_r='undef'
 d_strftime='define'
+d_strlcat='undef'
+d_strlcpy='undef'
 d_strtod='define'
 d_strtol='define'
 d_strtold='define'