Skip to content

Commit

Permalink
PPC is unsupported 😢
Browse files Browse the repository at this point in the history
Synology has no PPC64 devices and Go has no ppc32 support golang/go#22885
  • Loading branch information
publicarray committed Nov 18, 2018
1 parent 1b69769 commit 6284214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions cross/dnscrypt-proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ endif
ifeq ($(findstring $(ARCH),$(x64_ARCHES)),$(ARCH))
DNSCRYPT_ARCH = amd64
endif
ifeq ($(findstring $(ARCH),$(PPC_ARCHES)),$(ARCH))
DNSCRYPT_ARCH = ppc64
endif
ifeq ($(DNSCRYPT_ARCH),)
$(error Unsupported ARCH $(ARCH))
endif
Expand Down
1 change: 1 addition & 0 deletions spk/dnscrypt-proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SPK_ICON = src/dnscrypt-proxy.png

DEPENDS = cross/$(SPK_NAME)
SPK_CONFLICT = DNSServer
UNSUPPORTED_ARCHES = $(PPC_ARCHES)

MAINTAINER = publicarray
DESCRIPTION = A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTPS. https://github.com/jedisct1/dnscrypt-proxy
Expand Down

0 comments on commit 6284214

Please sign in to comment.