diff options
author | Roy Marples <roy@marples.name> | 2008-01-04 11:06:58 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-04 11:06:58 +0000 |
commit | d7961bef66619849e14fe8be38f1880d0473a2a7 (patch) | |
tree | e67114e7eda4907ff1380e5e0fe1440457765a27 /README | |
parent | d8019881dd588cef273f506411ec23a888c646e5 (diff) |
Add BIN_LDFLAGS so that we can build static bins without affecting our shared libraries.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ Yup, that simple. Works with GNU make, FreeBSD make and pmake. Should work with every other make too. You may wish to tweak the installation with the below arguments +BIN_LDFLAGS=-static LIB=lib64 DESTDIR=/tmp/openrc-image PAM=pam |