rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit e66e1fa67038b6e7ee683853c918ac297b0d2cf1
parent 2d45306c4428b8bc6a305183a4cc300453e9cc8c
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 22 Feb 2019 18:50:13 +0100

Don't default to static linking.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -7,4 +7,4 @@ MANPREFIX = $(PREFIX)/share/man CPPFLAGS = -D_GNU_SOURCE CFLAGS = $(CPPFLAGS) -O2 -Wall -pedantic -std=c99 -LDFLAGS = -static -g -lssl -lcrypto +LDFLAGS = -g -lssl -lcrypto