diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-03 16:36:18 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-03 16:37:02 -0700 |
commit | 6d23184a8d929e2e890d7cdd3dcefe5aa7c142c2 (patch) | |
tree | 19cc99b0bf2e2e197f73cb1811ecfb45007a8f97 /libs/libsodium | |
parent | b19f976fa42043fab8515f949ae8891b0b64f8b4 (diff) |
libsodium: add autoreconf
The patch, while it works, requires autoreconf. Added.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libsodium')
-rw-r--r-- | libs/libsodium/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index e072db167..14abb1721 100644 --- 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 |