mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
https://d3tn.com/ud3tn.html uD3TN is a free, lean, and space-tested DTN protocol implementation
11 lines
236 B
Diff
11 lines
236 B
Diff
--- a/mk/posix.mk 2022-09-03 20:12:47.000000000 -0500
|
|
+++ b/mk/posix.mk 2022-09-03 22:36:36.000000000 -0500
|
|
@@ -13,8 +13,6 @@
|
|
|
|
ifdef ARCH
|
|
CPPFLAGS += -march=$(ARCH)
|
|
-else
|
|
- CPPFLAGS += -march=native
|
|
endif
|
|
|
|
LDFLAGS += -lpthread
|