mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-02 06:22:37 +01:00
11 lines
280 B
Diff
11 lines
280 B
Diff
--- a/Makefile 2019-01-28 18:25:51.000000000 +0100
|
|
+++ b/Makefile 2019-06-01 19:10:28.644361881 +0200
|
|
@@ -1,6 +1,6 @@
|
|
VERSION ?= 0.8
|
|
CFLAGS ?= -Wall -W -Wno-unused-parameter -g -O2
|
|
-ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
|
|
+ARCH := linux
|
|
|
|
BASEDIR ?= $(DESTDIR)
|
|
|