mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
+12
-4
@@ -9,18 +9,20 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=i2pd
|
||||
PKG_VERSION:=2.32.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_VERSION:=2.35.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/PurpleI2P/i2pd/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=64229101411a9dda3237dc27939aa13ec90d4900aae499e59931063c36e8556b
|
||||
PKG_HASH:=d041fd4e7a88ac168e76f66fdab40174ad093cdc13451cdbd0dd1216e5581f8a
|
||||
|
||||
PKG_MAINTAINER:=David Yang <mmyangfl@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/i2pd
|
||||
@@ -46,6 +48,12 @@ define Package/i2pd/conffiles
|
||||
/etc/i2pd/tunnels.d/
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
$(Build/Prepare/Default)
|
||||
# race condition
|
||||
cd $(PKG_BUILD_DIR); $(MAKE) mk_obj_dir
|
||||
endef
|
||||
|
||||
TARGET_LDFLAGS+=-latomic
|
||||
MAKE_FLAGS+=USE_AESNI=no USE_AVX=no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user