diff options
author | Magnus Ahltorp <map@kth.se> | 2016-02-11 03:55:30 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-04-25 13:14:10 +0200 |
commit | 0e75235f777648f4416d60e2c0f0940c7f1465fb (patch) | |
tree | 0b65ef6d83b5625c787729b0c5e062ae03154e84 /c_src/Makefile | |
parent | 43cbe3fdd2ba375b278d198d52f700b2accf65f6 (diff) |
Free data correctly. Exit from permdbtest on error.
Diffstat (limited to 'c_src/Makefile')
-rw-r--r-- | c_src/Makefile | 2 |
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 |