|
@@ -7,7 +7,7 @@ limited to, Linux systems that run Glibc-2.2.3 with an AMD CPU (Athlons
|
|
|
and Durons are the most reported used CPU's). If you are in this category,
|
|
|
run the following to sed commands before you compile this package.
|
|
|
|
|
|
-<screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &&</userinput>
|
|
|
+<screen><userinput>cp -f lib/Makefile.in lib/Makefile.in.backup &&</userinput>
|
|
|
<userinput>sed 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>
|
|
|
<userinput> lib/Makefile.in > tmp &&</userinput>
|
|
|
<userinput>sed 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput>
|