Differences From Artifact [f9545a425d]:
- File config.lua — part of check-in [26937ca853] at 2021-01-25 12:40:08 on branch trunk — first steps towards litepub support (user: lexi, size: 8459) [annotate] [blame] [check-ins using]
To Artifact [52297260cd]:
- File config.lua — part of check-in [afae276b2f] at 2021-01-29 21:14:57 on branch trunk — rip out json-c, replace with mjson (user: lexi, size: 8428) [annotate] [blame] [check-ins using]
256 256 end 257 257 end 258 258 end 259 259 end 260 260 261 -pkg('mbedtls') 262 -pkg('mongoose') 263 -pkg('json-c') 264 -pkg('libc') 265 -pkg('libpq') 261 +for k in pairs(fallback) do pkg(k) end 266 262 267 263 return conf