Use any LDFLAGS set when running ./configure

This commit is contained in:
Ryan Schmidt
2020-05-06 12:47:50 -05:00
parent 809cb26e12
commit c97f5b4b3a
7 changed files with 7 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ DEFS = @CPPFLAGS@
DEFS += @byte_order@
CFLAGS = @CXXFLAGS@
CFLAGS += $(INCLUDE) -Iinclude -fPIC
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
REALTIME = @realtime@