projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19f976
)
libsodium: add autoreconf
author
Rosen Penev
<rosenp@gmail.com>
Mon, 3 Aug 2020 23:36:18 +0000
(16:36 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Mon, 3 Aug 2020 23:37:02 +0000
(16:37 -0700)
The patch, while it works, requires autoreconf. Added.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libsodium/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsodium/Makefile
b/libs/libsodium/Makefile
index e072db167af95fdf3cfc1ff31695b771b5bfd930..14abb172188f36074c421737cfa2d49cc380de80 100644
(file)
--- a/
libs/libsodium/Makefile
+++ b/
libs/libsodium/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsodium
PKG_VERSION:=1.0.18
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases \
@@
-21,6
+21,7
@@
PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=LICENSE
PKG_USE_MIPS16:=0
+PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1