From f0c9b096117c7f0822a888239c67e39cb6722bf5 Mon Sep 17 00:00:00 2001 From: Chip Black Date: Thu, 3 Jul 2014 18:21:26 -0500 Subject: [PATCH] Reorder libs in Makefile.PL so it will link properly --- lib/perl/Blerg-Database/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/perl/Blerg-Database/Makefile.PL b/lib/perl/Blerg-Database/Makefile.PL index 5f0ab24..7068a9b 100644 --- a/lib/perl/Blerg-Database/Makefile.PL +++ b/lib/perl/Blerg-Database/Makefile.PL @@ -10,7 +10,7 @@ WriteMakefile( (ABSTRACT_FROM => 'lib/Blerg/Database.pm', # retrieve abstract from module AUTHOR => 'Chip Black ') : ()), LIBS => [''], # e.g., '-lm' - OBJECT => '$(BASEEXT)$(OBJ_EXT) ../../../blerg.a ../../../blerg_auth.a ../../../builddeps/scrypt.a', + OBJECT => '$(BASEEXT)$(OBJ_EXT) ../../../blerg_auth.a ../../../builddeps/scrypt.a ../../../blerg.a', DEFINE => '', # e.g., '-DHAVE_SOMETHING' INC => '-I../../..', # e.g., '-I. -I/usr/include/other' ); -- 2.25.1