From d868072802946a5009608214469515c34aa0cfac Mon Sep 17 00:00:00 2001 From: "heiko.reese" Date: Sat, 21 Aug 2021 00:11:09 +0200 Subject: [PATCH] Update Makefile --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index f12bae6..9ef30e9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ CC=gcc -CFLAGS=-g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=format-security +CFLAGS=-I/usr/include/exim4 -g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=format-security LDFLAGS=-Wl,-z,relro -lsodium -LDFLAGS_LIB=-I/usr/include/exim4 -fpic -shared -export-dynamic +LDFLAGS_LIB=-fpic -shared -export-dynamic .PHONY: clean all @@ -16,4 +16,4 @@ genkey: genkey.c clean: rm -f libexim-encrypt-dlfunc.so genkey -all: libexim-encrypt-dlfunc.so genkey \ No newline at end of file +all: libexim-encrypt-dlfunc.so genkey