summaryrefslogtreecommitdiff
path: root/c_src/Makefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2016-02-11 03:55:30 +0100
committerMagnus Ahltorp <map@kth.se>2016-02-11 03:55:30 +0100
commita5b9d4ec8f72eeaf1f16ff429baaf8372d65c1f2 (patch)
treef3bdbd2c6d5a34b78ee12078e51c93df79f06c37 /c_src/Makefile
parent133ae09a89296dea4689a9ff6e067ad71193ae4f (diff)
Free data correctly. Exit from permdbtest on error.
Diffstat (limited to 'c_src/Makefile')
-rw-r--r--c_src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/Makefile b/c_src/Makefile
index c58dc9e..9a6c0a4 100644
--- a/c_src/Makefile
+++ b/c_src/Makefile
@@ -22,7 +22,7 @@ LOCAL_LDFLAGS =
CC = gcc
CFLAGS = -Wall -Werror -std=gnu99 $(LOCAL_CFLAGS) $(OS_CFLAGS)
-LDFLAGS = $(LOCAL_CFLAGS) -lnettle $(OS_LDFLAGS)
+LDFLAGS = $(LOCAL_LDFLAGS) -lnettle $(OS_LDFLAGS)
PORTS = fsynchelper hsmhelper permdbport
OTHER_BIN = permdb.so permdbtest