mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
11 lines
243 B
Diff
11 lines
243 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 07d844f..12a8ee6 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
CFLAGS += -Wall -fomit-frame-pointer
|
|
-PREFIX ?= /usr/local
|
|
+PREFIX ?= /usr
|
|
|
|
ifeq "$(shell uname -s)" "SunOS"
|
|
LDFLAGS += -lsocket
|