skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit 2aa26bce30a3a1d46979a011d85928dda927932c
parent 42398166645c00f43738696d33277e220123323e
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 19 Aug 2019 17:18:22 +0000

 Add more reproducibility to the build

Diffstat:
MAUTHORS | 2+-
MMakefile | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -10,7 +10,7 @@ Contributors: Jesse Young <jlyo@jlyo.org> 7heo <7heo@mail.com> John Regan <john@jrjrtech.com> - + Shengjing Zhu <zhsj@debian.org> Thanks to: Jean Marot <jean.marot@skarnet.org> diff --git a/Makefile b/Makefile @@ -31,7 +31,7 @@ INSTALL := ./tools/install.sh TYPES := size uid gid pid time dev ino -ALL_SRCS := $(wildcard src/lib*/*.c) +ALL_SRCS := $(sort $(wildcard src/lib*/*.c)) ALL_DOBJS := $(ALL_SRCS:%.c=%.lo) ifeq ($(strip $(STATIC_LIBS_ARE_PIC)),) ALL_SOBJS := $(ALL_SRCS:%.c=%.o)