Skip to content

Commit

Permalink
More consistent use RUSTC_TARGET_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Jul 5, 2023
1 parent 146f2e1 commit 3659ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/pdns-recursor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=pdns-recursor
PKG_VERSION:=4.9.0-rust
PKG_RELEASE:=5
PKG_RELEASE:=7

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.drijf.net/pdns/
PKG_HASH:=083af0b3f7088a612ba86bc63bb02ee259a92aaa92974e70ef1b612fb15adc69
PKG_HASH:=3c6ddf52b3ca8061c9d5b61ea852ffc0d79099ffd81edc6229708407cf53c02e

PKG_MAINTAINER:=Peter van Dijk <[email protected]>
PKG_LICENCE:=GPL-2.0-only
Expand Down Expand Up @@ -57,7 +57,7 @@ CONFIGURE_ARGS += \
--disable-silent-rules

MAKE_VARS += CARGO=$(CARGO_HOME)/bin/cargo
MAKE_VARS += RUST_TARGET=--target=$(RUSTC_TARGET_ARCH)
MAKE_VARS += RUSTC_TARGET_ARCH=$(RUSTC_TARGET_ARCH)

define Package/pdns-recursor/install
$(INSTALL_DIR) $(1)/etc/powerdns
Expand Down

0 comments on commit 3659ae1

Please sign in to comment.