zeutro / openabe

The OpenABE library - open source cryptographic library with attribute-based encryption implementations in C/C++
http://www.zeutro.com
GNU Affero General Public License v3.0
262 stars 71 forks source link

Make Makefile respect INSTALL_PREFIX #53

Closed mouse07410 closed 4 years ago

mouse07410 commented 4 years ago

Fixes #52, ensures env var INSTALL_PREFIX is respected by Makefile, and not overridden by what's in the Makefile itself.

Also clarifies and expands the comments in macport.env regarding use of install-related env vars.