Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Rings:1-MinimalX
libkcapi
reproduciblesort.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproduciblesort.patch of Package libkcapi
Index: libkcapi-0.13.0/lib/Makefile =================================================================== --- libkcapi-0.13.0.orig/lib/Makefile +++ libkcapi-0.13.0/lib/Makefile @@ -100,7 +100,7 @@ LIBNAME := lib$(NAME).so.$(LIBVERSION) # Define files to be compiled # ############################################################################### -C_SRCS := $(wildcard *.c) +C_SRCS := $(sort $(wildcard *.c)) C_OBJS := ${C_SRCS:.c=.o} OBJS := $(C_OBJS) Index: libkcapi-0.13.0/apps/Makefile =================================================================== --- libkcapi-0.13.0.orig/apps/Makefile +++ libkcapi-0.13.0/apps/Makefile @@ -9,7 +9,7 @@ CFLAGS +=-D_FORTIFY_SOURCE=2 -fwrapv --p LDFLAGS +=-Wl,-z,relro,-z,now NAME := kcapi-hasher -C_SRCS := $(wildcard *.c) $(wildcard ../lib/*.c) +C_SRCS := $(sort $(wildcard *.c) $(wildcard ../lib/*.c)) C_OBJS := ${C_SRCS:.c=.o} C_ASM := ${C_SRCS:.c=.s} OBJS := $(C_OBJS)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor