Marcus Meissner
5b7b051e87
- keyutils-nodate.patch: avoid including the timestamp. bsc#916180 OBS-URL: https://build.opensuse.org/request/show/284051 OBS-URL: https://build.opensuse.org/package/show/security/keyutils?expand=0&rev=31
14 lines
456 B
Diff
14 lines
456 B
Diff
Index: keyutils-1.5.9/Makefile
|
|
===================================================================
|
|
--- keyutils-1.5.9.orig/Makefile
|
|
+++ keyutils-1.5.9/Makefile
|
|
@@ -110,7 +110,7 @@ $(ARLIB): keyutils.o
|
|
$(AR) rcs $@ $<
|
|
endif
|
|
|
|
-VCPPFLAGS := -DPKGBUILD="\"$(shell date -u +%F)\""
|
|
+VCPPFLAGS := -DPKGBUILD="\"no timestamp to avoid rebuilds\""
|
|
VCPPFLAGS += -DPKGVERSION="\"keyutils-$(VERSION)\""
|
|
VCPPFLAGS += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
|
|
|