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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to