apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Add /usr/local/{include|lib} to CFLAGS/LDFLAGS #15

Closed wohali closed 3 years ago

wohali commented 3 years ago

This will allow compilation of erlfdb on *BSDs, with no other changes required.

A new version tag will need to be struck and a rebar.config.script update in apache/couchdb after this lands.

wohali commented 3 years ago

There are also bare references to make in couchdb's Makefile that need to be replaced with @$(MAKE).