commit | e5272074c9bf554fa9f24a97899de584b1c127c2 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jul 22 22:15:21 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jul 22 22:15:21 2003 +0000 |
tree | b2cb25c7af226c471111fd04f14e7502f41b1155 | |
parent | 20c9f1e5e7290c7d22bdf4217e66b9d75e9e73df [diff] [blame] |
eliminate DOSTATIC, DODEBUG, etc and name them sensibly
diff --git a/debian/config-deb b/debian/config-deb index 862e06f..4d63e69 100644 --- a/debian/config-deb +++ b/debian/config-deb
@@ -20,8 +20,8 @@ # # Build Options # -# DOSTATIC is not set -DOLFS=y +# CONFIG_STATIC is not set +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" @@ -362,4 +362,4 @@ # # Debugging Options # -# DODEBUG is not set +# CONFIG_DEBUG is not set