15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2020/04/04 16:58:26 schwarze Exp $
|
|
|
|
In OpenBSD, we do not compile programs statically when it isn't necessary.
|
|
|
|
Index: Makefile
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -1,6 +1,5 @@
|
|
VERSION=1.10.1
|
|
CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter
|
|
-LDFLAGS+=-static
|
|
INCLUDE+=-Iinclude
|
|
PREFIX?=/usr/local
|
|
_INSTDIR=$(DESTDIR)$(PREFIX)
|