Description: fix link failure with -Wl,--as-needed
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Forwarded: https://github.com/pwsafe/pwsafe/pull/94
Last-Update: 2016-04-05


--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -26,7 +26,7 @@ TEST	 = $(BINPATH)/coretest
 OBJ	     = $(TESTOBJ) $(LIBOBJ)
 
 CXXFLAGS += -DUNICODE -Wall -I$(INCPATH) -std=c++11
-LDFLAGS   = -L$(LIBPATH) -lcore -luuid -los -lcore -lxerces-c -pthread
+LDFLAGS   = -L$(LIBPATH) -lcore -los -luuid -lxerces-c -pthread
 
 # rules
 .PHONY: all clean test run setup
