ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 5bbdb4fa3bb7dd29111ccc57b51e758e2fe772a9
parent a20eca4f63338d9cfa43877513726c3aecf1396f
Author: Jacob R. Edwards <n/a>
Date:   Mon, 26 Dec 2022 20:12:03 -0800

Remove -static from LDFLAGS

In OpenBSD 7.2, tcc -static doesn't seem to work, besides, it's
probably best to leave out of the project defaults anyway.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ AR = ar CC = cc CFLAGS = -Wall -Wno-write-strings ${cflags} -LDFLAGS = -static ${ldflags} +LDFLAGS = ${ldflags} LDLIBS = ${ldlibs} PREFIX = /usr/local