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-deb | |
parent | 20c9f1e5e7290c7d22bdf4217e66b9d75e9e73df (diff) | |
download | busybox-w32-e5272074c9bf554fa9f24a97899de584b1c127c2.tar.gz busybox-w32-e5272074c9bf554fa9f24a97899de584b1c127c2.tar.bz2 busybox-w32-e5272074c9bf554fa9f24a97899de584b1c127c2.zip |
eliminate DOSTATIC, DODEBUG, etc and name them sensibly
Diffstat (limited to 'debian/config-deb')
-rw-r--r-- | debian/config-deb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/config-deb b/debian/config-deb index 862e06f1f..4d63e690f 100644 --- a/debian/config-deb +++ b/debian/config-deb | |||
@@ -20,8 +20,8 @@ CONFIG_FEATURE_INSTALLER=y | |||
20 | # | 20 | # |
21 | # Build Options | 21 | # Build Options |
22 | # | 22 | # |
23 | # DOSTATIC is not set | 23 | # CONFIG_STATIC is not set |
24 | DOLFS=y | 24 | CONFIG_LFS=y |
25 | # USING_CROSS_COMPILER is not set | 25 | # USING_CROSS_COMPILER is not set |
26 | EXTRA_CFLAGS_OPTIONS="" | 26 | EXTRA_CFLAGS_OPTIONS="" |
27 | 27 | ||
@@ -362,4 +362,4 @@ CONFIG_FEATURE_MOUNT_LOOP=y | |||
362 | # | 362 | # |
363 | # Debugging Options | 363 | # Debugging Options |
364 | # | 364 | # |
365 | # DODEBUG is not set | 365 | # CONFIG_DEBUG is not set |