mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 07:01:08 +00:00
sci-physics/fastjet itself also does not have static-libs. Closes: https://bugs.gentoo.org/961506 Closes: https://bugs.gentoo.org/961717 Part-of: https://github.com/gentoo/gentoo/pull/43507 Closes: https://github.com/gentoo/gentoo/pull/43507 Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
14 lines
361 B
Diff
14 lines
361 B
Diff
https://github.com/fjcontrib/fjcontrib/issues/3
|
|
--- a/SignalFreeBackgroundEstimator/Makefile
|
|
+++ b/SignalFreeBackgroundEstimator/Makefile
|
|
@@ -39,8 +39,8 @@
|
|
all: lib$(NAME).a
|
|
|
|
lib$(NAME).a: $(OBJS)
|
|
- ar cru lib$(NAME).a $(OBJS)
|
|
- ranlib lib$(NAME).a
|
|
+ $(AR) cru lib$(NAME).a $(OBJS)
|
|
+ $(RANLIB) lib$(NAME).a
|
|
|
|
# building the examples
|
|
examples: $(EXAMPLES)
|