summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-08-27 11:16:59 +0200
committerGard Spreemann <gspr@nonempty.org>2021-08-27 11:17:30 +0200
commit62ee8d7508bd9a9a3dcb9b78264cc25538378bcb (patch)
treec70647a72669dc07db61542f549f2dc3cf509c8a /debian
parent15df6294d2c0593a9ca2b597b3b22130ec0ee8d6 (diff)
Also set AR through buildtools.mk
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
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 <gspr@nonempty.org> 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