forked from pool/keyutils
Marcus Meissner
bf4d8f51ee
- updated to 1.5.10 - added "dh_compute" callback - manpage improvements OBS-URL: https://build.opensuse.org/request/show/493026 OBS-URL: https://build.opensuse.org/package/show/security/keyutils?expand=0&rev=36
14 lines
566 B
Diff
14 lines
566 B
Diff
Index: keyutils-1.5.10/Makefile
|
|
===================================================================
|
|
--- keyutils-1.5.10.orig/Makefile
|
|
+++ keyutils-1.5.10/Makefile
|
|
@@ -104,7 +104,7 @@ all: keyctl request-key key.dns_resolver
|
|
###############################################################################
|
|
#RPATH = -Wl,-rpath,$(LIBDIR)
|
|
|
|
-VCPPFLAGS := -DPKGBUILD="\"$(shell date -u +%F)\""
|
|
+VCPPFLAGS := -DPKGBUILD="\"no timestamp to avoid rebuilds\""
|
|
VCPPFLAGS += -DPKGVERSION="\"keyutils-$(VERSION)\""
|
|
VCPPFLAGS += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
|
|
|