Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
foreign/libsdbfs: add override to LDFLAGS so travis can append to it
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Jun 22, 2017
1 parent 3928a5e commit 596983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreign/libsdbfs/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ override CFLAGS += -Wall -ggdb
override CFLAGS += -I.. -I../include -I../include/linux
CFLAGS_LNLS = -DERRHAND_DBG=$(ERRHAND_DBG) -DERRHAND_MIN_LEVEL=$(ERRHAND_MIN_LEVEL) \
-DERRHAND_SUBSYS_ON=$(ERRHAND_SUBSYS_ON)
LDFLAGS = -L.. -lsdbfs
override LDFLAGS += -L.. -lsdbfs
LDFLAGS_LNLS = -lllio -lerrhand -lconvc -lczmq -lpcidriver

PROG = gensdbfs sdb-read sdb-read-lnls sdb-extract
Expand Down

0 comments on commit 596983e

Please sign in to comment.