Fossil SCM
Added a maintenance reminder/potential fixme note.
Commit
4e66a969465c26bad49e5c8bdecbe296ebdde459
Parent
544c16355136743…
1 file changed
+4
M
auto.def
+4
| --- auto.def | ||
| +++ auto.def | ||
| @@ -65,10 +65,14 @@ | ||
| 65 | 65 | if {[opt-bool fossil-debug]} { |
| 66 | 66 | define-append EXTRA_CFLAGS -DFOSSIL_DEBUG |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | if {[opt-bool json]} { |
| 70 | + # Reminder/FIXME (stephan): FOSSIL_ENABLE_JSON | |
| 71 | + # is required in the CFLAGS because json*.c | |
| 72 | + # have #ifdef guards around the whole file without | |
| 73 | + # reading config.h first. | |
| 70 | 74 | define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON |
| 71 | 75 | define FOSSIL_ENABLE_JSON |
| 72 | 76 | } |
| 73 | 77 | |
| 74 | 78 | if {[opt-bool static]} { |
| 75 | 79 |
| --- auto.def | |
| +++ auto.def | |
| @@ -65,10 +65,14 @@ | |
| 65 | if {[opt-bool fossil-debug]} { |
| 66 | define-append EXTRA_CFLAGS -DFOSSIL_DEBUG |
| 67 | } |
| 68 | |
| 69 | if {[opt-bool json]} { |
| 70 | define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON |
| 71 | define FOSSIL_ENABLE_JSON |
| 72 | } |
| 73 | |
| 74 | if {[opt-bool static]} { |
| 75 |
| --- auto.def | |
| +++ auto.def | |
| @@ -65,10 +65,14 @@ | |
| 65 | if {[opt-bool fossil-debug]} { |
| 66 | define-append EXTRA_CFLAGS -DFOSSIL_DEBUG |
| 67 | } |
| 68 | |
| 69 | if {[opt-bool json]} { |
| 70 | # Reminder/FIXME (stephan): FOSSIL_ENABLE_JSON |
| 71 | # is required in the CFLAGS because json*.c |
| 72 | # have #ifdef guards around the whole file without |
| 73 | # reading config.h first. |
| 74 | define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON |
| 75 | define FOSSIL_ENABLE_JSON |
| 76 | } |
| 77 | |
| 78 | if {[opt-bool static]} { |
| 79 |