Fossil SCM

Add the -D__EXTENSIONS__ compile-time option on Solaris, so that it can find its IPv6 headers.

drh 2015-01-30 01:07 trunk
Commit 5b9168501c701e663a5f2010f7605af7856e6912
1 file changed +1 -1
+1 -1
--- auto.def
+++ auto.def
@@ -68,11 +68,11 @@
6868
6969
find_internal_sqlite
7070
}
7171
7272
if {[string match *-solaris* [get-define host]]} {
73
- define-append EXTRA_CFLAGS -D_XOPEN_SOURCE=500
73
+ define-append EXTRA_CFLAGS {-D_XOPEN_SOURCE=500 -D__EXTENSIONS__}
7474
}
7575
7676
if {[opt-bool fossil-debug]} {
7777
define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
7878
msg-result "Debugging support enabled"
7979
--- auto.def
+++ auto.def
@@ -68,11 +68,11 @@
68
69 find_internal_sqlite
70 }
71
72 if {[string match *-solaris* [get-define host]]} {
73 define-append EXTRA_CFLAGS -D_XOPEN_SOURCE=500
74 }
75
76 if {[opt-bool fossil-debug]} {
77 define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
78 msg-result "Debugging support enabled"
79
--- auto.def
+++ auto.def
@@ -68,11 +68,11 @@
68
69 find_internal_sqlite
70 }
71
72 if {[string match *-solaris* [get-define host]]} {
73 define-append EXTRA_CFLAGS {-D_XOPEN_SOURCE=500 -D__EXTENSIONS__}
74 }
75
76 if {[opt-bool fossil-debug]} {
77 define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
78 msg-result "Debugging support enabled"
79

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button