Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Slowroll:Base:1
hashcat
system-libs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File system-libs.patch of Package hashcat
--- src/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Index: hashcat-6.2.6/src/Makefile =================================================================== --- hashcat-6.2.6.orig/src/Makefile +++ hashcat-6.2.6/src/Makefile @@ -3,7 +3,7 @@ ## License.....: MIT ## -SHARED ?= 0 +SHARED ?= 1 DEBUG := 0 PRODUCTION := 1 PRODUCTION_VERSION := v6.2.6 @@ -11,9 +11,9 @@ ENABLE_CUBIN ?= 1 ENABLE_BRAIN ?= 1 ENABLE_UNRAR ?= 1 USE_SYSTEM_LZMA ?= 0 -USE_SYSTEM_ZLIB ?= 0 +USE_SYSTEM_ZLIB ?= 1 USE_SYSTEM_OPENCL ?= 0 -USE_SYSTEM_XXHASH ?= 0 +USE_SYSTEM_XXHASH ?= 1 ## do not change, requires some hacks USE_SYSTEM_UNRAR ?= 0 @@ -102,7 +102,7 @@ VERSION_PURE := $(shell echo ## DESTDIR ?= -PREFIX ?= /usr/local +PREFIX ?= /usr INSTALL_FOLDER ?= $(PREFIX)/bin SHARED_ROOT_FOLDER ?= $(PREFIX)/share @@ -173,7 +173,7 @@ endif # MSYS2 ## Misc stuff ## -COMPTIME := $(shell date +%s) +COMPTIME := 0 ## ## General compiler and linker options @@ -181,6 +181,7 @@ COMPTIME := $(shell date LFLAGS := $(LDFLAGS) +CFLAGS += $(our_CFLAGS) ifeq ($(PRODUCTION),0) CFLAGS += -W CFLAGS += -Wall @@ -235,7 +236,7 @@ endif ifeq ($(DEBUG),0) CFLAGS += -O2 ifneq ($(UNAME),Darwin) -LFLAGS += -s +LFLAGS += endif else ifeq ($(DEBUG),1)
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