File asl-sle10-compilefix.patch of Package asl
diff -Nurp asl-current.orig/strutil.c asl-current.work/strutil.c --- asl-current.orig/strutil.c 2010-04-17 15:14:24.000000000 +0200 +++ asl-current.work/strutil.c 2011-04-05 10:37:41.384188142 +0200 @@ -612,6 +612,10 @@ char *strmov(char *pDest, const char *pS #ifdef __GNUC__ +#ifdef strcpy +#undef strcpy +#endif + char *strcpy(char *pDest, const char *pSrc) { int l = strlen(pSrc) + 1;