[med-svn] [Git][med-team/plink2][master] Refresh patch
Dylan Aïssi
gitlab at salsa.debian.org
Thu Nov 12 10:54:30 GMT 2020
Dylan Aïssi pushed to branch master at Debian Med / plink2
Commits:
44182c02 by Dylan Aïssi at 2020-11-12T11:54:23+01:00
Refresh patch
- - - - -
1 changed file:
- debian/patches/Fix_Makefile.patch
Changes:
=====================================
debian/patches/Fix_Makefile.patch
=====================================
@@ -43,13 +43,14 @@ Last-Update: 2019-12-06
$(SKIP_STATIC_ZSTD) $(CC) $(ZCFLAGS) $(ZCSRC2) -c
- $(CXX) $(CXXFLAGS) $(CCSRC2) -c
- $(CXX) $(CPUCHECK_FLAGS) ../plink2_cpu.cc -c
+- $(CXX) $(OBJ2) plink2_cpu.o $(ARCH32) -o $@ $(BLASFLAGS) $(LINKFLAGS)
+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(CCSRC2) -c
+ $(CXX) $(CPUCHECK_FLAGS) $(CPPFLAGS) ../plink2_cpu.cc -c
- $(CXX) $(OBJ2) plink2_cpu.o $(ARCH32) -o $@ $(BLASFLAGS) $(LINKFLAGS)
++ $(CXX) $(OBJ2) plink2_cpu.o $(ARCH32) -o $@ $(BLASFLAGS) $(LINKFLAGS) $(LDFLAGS)
pgen_compress$(SFX): $(PGCSRC2)
- $(CXX) $(CXXFLAGS) $(PGCSRC2) -o $@
-+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(PGCSRC2) -o $@
++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) $(PGCSRC2) -o $@
.PHONY: clean
clean:
View it on GitLab: https://salsa.debian.org/med-team/plink2/-/commit/44182c028db6e94856d94cb3c05fddc527f99a79
--
View it on GitLab: https://salsa.debian.org/med-team/plink2/-/commit/44182c028db6e94856d94cb3c05fddc527f99a79
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20201112/e4b32ab4/attachment.html>
More information about the debian-med-commit
mailing list