mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 02:21:14 +00:00
* switch to kernel.org upstream (most recent versions seem to be available only there) * package request-key, key.dns_resolver and their config file into new package 'keyutils' * refresh patches Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
414 B
Diff
12 lines
414 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -109,7 +109,7 @@ all: keyctl request-key key.dns_resolver
|
|
###############################################################################
|
|
#RPATH = -Wl,-rpath,$(LIBDIR)
|
|
|
|
-VCPPFLAGS := -DPKGBUILD="\"$(shell date -u +%F)\""
|
|
+VCPPFLAGS := -DPKGBUILD="\"for OpenWrt"\"
|
|
VCPPFLAGS += -DPKGVERSION="\"keyutils-$(VERSION)\""
|
|
VCPPFLAGS += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
|
|
|