From 0c729001dfcc11860ec28b2a986d8a13d4b5013b Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 27 Aug 2021 16:11:13 +0200 Subject: Revert "Also set AR through buildtools.mk" This reverts commit 62ee8d7508bd9a9a3dcb9b78264cc25538378bcb. See discussion in https://lists.debian.org/debian-cross/2021/08/msg00009.html --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 157371a..7501b0a 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 and ar. Thanks to Helmut + * Let buildtools.mk supply the Fortran compiler. Thanks to Helmut Grohne. -- Gard Spreemann Thu, 26 Aug 2021 22:55:01 +0200 diff --git a/debian/rules b/debian/rules index 3d5d285..60d2ed6 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,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 gfortran $(FCFLAGS_EX) $(LDFLAGS_EX) -o $@ $< -llbfgsb -Lbuild -- cgit v1.2.3