Fossil SCM

Update auto.def to add -D_XOPEN_SOURCE=500 on Solaris. This is necessary for the build to complete there.

drh 2013-06-20 21:45 UTC trunk
Commit c92f0a9afd7ae6dfbde3c6473e0a327e6f1de7fd
1 file changed +4
+4
--- auto.def
+++ auto.def
@@ -60,10 +60,14 @@
6060
user-error "system sqlite3 not found"
6161
}
6262
6363
find_internal_sqlite
6464
}
65
+
66
+if {[string match *-solaris* [get-define host]]} {
67
+ define-append EXTRA_CFLAGS -D_XOPEN_SOURCE=500
68
+}
6569
6670
if {[opt-bool fossil-debug]} {
6771
define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
6872
}
6973
7074
--- auto.def
+++ auto.def
@@ -60,10 +60,14 @@
60 user-error "system sqlite3 not found"
61 }
62
63 find_internal_sqlite
64 }
 
 
 
 
65
66 if {[opt-bool fossil-debug]} {
67 define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
68 }
69
70
--- auto.def
+++ auto.def
@@ -60,10 +60,14 @@
60 user-error "system sqlite3 not found"
61 }
62
63 find_internal_sqlite
64 }
65
66 if {[string match *-solaris* [get-define host]]} {
67 define-append EXTRA_CFLAGS -D_XOPEN_SOURCE=500
68 }
69
70 if {[opt-bool fossil-debug]} {
71 define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
72 }
73
74

Keyboard Shortcuts

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