]> arthur.barton.de Git - netatalk.git/commitdiff
Don't use --with-cflags configure option in example, use CFLAGS variable,
authorsrittau <srittau>
Mon, 10 Dec 2001 20:14:09 +0000 (20:14 +0000)
committersrittau <srittau>
Mon, 10 Dec 2001 20:14:09 +0000 (20:14 +0000)
instead.

doc/README.platforms

index d28d96ceb06ae7e335c8fa11f2d92d88b6852f3b..5a3ff043b1d94e7291a8bc4efd71cf13af21e66d 100644 (file)
@@ -109,7 +109,7 @@ This is the Tru64 README file for netatalk.
     and is enough to stop the bug from occurring. This is the easiest
     workaround and would merely alter the standard compilation steps to
 
-    ./configure --with-cflags="-DHAVE_GCC_MEMCPY_BUG"
+    CFLAGS="-DHAVE_GCC_MEMCPY_BUG" ./configure [...]
     make
     make install