-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add patch for sha256 computing in pw-sha2 (#120)
- Loading branch information
David Coutadeur
committed
May 24, 2024
1 parent
bb442c2
commit 0aa6a4d
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- contrib/slapd-modules/passwd/sha2/Makefile 2024-05-24 17:36:52.698368571 +0200 | ||
+++ contrib/slapd-modules/passwd/sha2/Makefile.patch 2024-05-24 17:56:42.685677280 +0200 | ||
@@ -9,7 +9,7 @@ | ||
LIBTOOL = $(LDAP_BUILD)/libtool | ||
INSTALL = /usr/bin/install | ||
CC = gcc | ||
-OPT = -g -O2 | ||
+OPT = -g -O2 -fno-strict-aliasing | ||
DEFS = | ||
#DEFS = -DSLAPD_SHA2_DEBUG | ||
INCS = $(LDAP_INC) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters