diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 22:15:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 22:15:21 +0000 |
commit | e5272074c9bf554fa9f24a97899de584b1c127c2 (patch) | |
tree | b2cb25c7af226c471111fd04f14e7502f41b1155 /debian/config-static | |
parent | 20c9f1e5e7290c7d22bdf4217e66b9d75e9e73df (diff) | |
download | busybox-e5272074c9bf554fa9f24a97899de584b1c127c2.tar.gz |
eliminate DOSTATIC, DODEBUG, etc and name them sensibly
Diffstat (limited to 'debian/config-static')
-rw-r--r-- | debian/config-static | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/config-static b/debian/config-static index 082c46da9..454bbf25d 100644 --- a/debian/config-static +++ b/debian/config-static @@ -20,8 +20,8 @@ CONFIG_FEATURE_DEVPTS=y # # Build Options # -DOSTATIC=y -DOLFS=y +CONFIG_STATIC=y +CONFIG_LFS=y # USING_CROSS_COMPILER is not set EXTRA_CFLAGS_OPTIONS="" @@ -486,4 +486,4 @@ CONFIG_FEATURE_MTAB_FILENAME="/etc/mtab" # # Debugging Options # -# DODEBUG is not set +# CONFIG_DEBUG is not set |