Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Enable cross building
· 021f7e2c
Andreas Tille
authored
Jan 23, 2020
021f7e2c
routine-update: Ready to upload to unstable
· 23422ea3
Andreas Tille
authored
Jan 23, 2020
23422ea3
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
23422ea3
dazzdb (1.0+git20200115.d8adde7-2) unstable; urgency=medium
[ Helmut Grohne ]
* Enable cross building
Closes: #949605
-- Andreas Tille <tille@debian.org> Thu, 23 Jan 2020 16:52:16 +0100
dazzdb (1.0+git20200115.d8adde7-1) unstable; urgency=medium
* Team upload
...
...
debian/patches/cross.patch
0 → 100644
View file @
23422ea3
Date: Wed, 22 Jan 2020 19:18:09 +0100
From: Helmut Grohne <helmut@subdivi.de>
Bug-Debian: https://bugs.debian.org/949605
Description: Enable cross building
--- a/Makefile
+++ b/Makefile
@@ -53,10 +53,10 @@
DAM2fasta: DAM2fasta.c DB.c DB.h QV.c QV
DBwipe: DBwipe.c DB.c DB.h QV.c QV.h
DBa2b: DBa2b.c DB.c DB.h QV.c QV.h
- gcc $(CFLAGS) -o DBa2b DBa2b.c DB.c QV.c -lm
+ $(CC) $(CFLAGS) -o DBa2b DBa2b.c DB.c QV.c -lm
DBb2a: DBb2a.c DB.c DB.h QV.c QV.h
- gcc $(CFLAGS) -o DBb2a DBb2a.c DB.c QV.c -lm
+ $(CC) $(CFLAGS) -o DBb2a DBb2a.c DB.c QV.c -lm
clean:
rm -f $(ALL)
debian/patches/series
View file @
23422ea3
append-cflags.patch
compiler-flags.patch
destdir.patch
cross.patch