From 62ee8d7508bd9a9a3dcb9b78264cc25538378bcb Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 27 Aug 2021 11:16:59 +0200 Subject: Also set AR through buildtools.mk --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7501b0a..157371a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ lbfgsb (3.0+dfsg.3-10) UNRELEASED; urgency=medium [ Gard Spreemann ] * Standards-version 4.6.0.1. No changes needed. * Started upstream metadata. - * Let buildtools.mk supply the Fortran compiler. Thanks to Helmut + * Let buildtools.mk supply the Fortran compiler and ar. Thanks to Helmut Grohne. -- Gard Spreemann Thu, 26 Aug 2021 22:55:01 +0200 diff --git a/debian/rules b/debian/rules index a906c52..0ef9b97 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ build/liblbfgsb.so: build/lbfgsb.o build/timer.o ln -s $(SONAME) $@ build/liblbfgsb.a: build/lbfgsb.o build/timer.o - ar cr $@ $^ + $(AR) cr $@ $^ build/lbfgsb-examples_driver1_77: driver1.f build/liblbfgsb.so $(FC) $(FCFLAGS_EX) $(LDFLAGS_EX) -o $@ $< -llbfgsb -Lbuild -- cgit v1.2.3