argon2: fix patch
This commit is contained in:
parent
0a213fac05
commit
c6b8f161c2
2 changed files with 8 additions and 8 deletions
|
@ -4,18 +4,18 @@
|
||||||
|
|
||||||
--- Makefile
|
--- Makefile
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -140,14 +140,6 @@
|
@@ -138,14 +138,6 @@
|
||||||
|
LIBRARY_REL ?= lib
|
||||||
else ifeq ($(KERNEL_NAME)-$(MACHINE_NAME), Linux-x86_64)
|
PKGCONFIG_REL ?= libdata
|
||||||
|
|
||||||
|
-else ifeq ($(KERNEL_NAME)-$(MACHINE_NAME), Linux-x86_64)
|
||||||
|
-
|
||||||
-# default for Debian/Ubuntu x86_64
|
-# default for Debian/Ubuntu x86_64
|
||||||
-BINARY_REL ?= bin
|
-BINARY_REL ?= bin
|
||||||
-INCLUDE_REL ?= include
|
-INCLUDE_REL ?= include
|
||||||
-LIBRARY_REL ?= lib/x86_64-linux-gnu
|
-LIBRARY_REL ?= lib/x86_64-linux-gnu
|
||||||
-PKGCONFIG_REL ?= $(LIBRARY_REL)
|
-PKGCONFIG_REL ?= $(LIBRARY_REL)
|
||||||
-
|
-
|
||||||
-else
|
else
|
||||||
-
|
|
||||||
# NetBSD, ... and Linux64/Linux32 variants that use plain lib directory
|
# NetBSD, ... and Linux64/Linux32 variants that use plain lib directory
|
||||||
BINARY_REL ?= bin
|
|
||||||
INCLUDE_REL ?= include
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'argon2'
|
# Template file for 'argon2'
|
||||||
pkgname=argon2
|
pkgname=argon2
|
||||||
version=20190702
|
version=20190702
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="phc-winner-argon2-${version}"
|
wrksrc="phc-winner-argon2-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue