tFix config.mk for OpenBSD support - pm - barely a pack manager
(HTM) git clone git://z3bra.org/pm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 05c187f408ad9b7aeec9434070073f13ff78a0f4
(DIR) parent f39448a37649cb6ed9f67e5295970e286a89f52e
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Thu, 11 Apr 2019 11:40:51 +0200
Fix config.mk for OpenBSD support
Diffstat:
M config.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -4,7 +4,7 @@ LD = ${CC}
PREFIX = /usr/local
MANDIR = ${PREFIX}/man
-CPPFLAGS = -DREPOAWARE
+CPPFLAGS = -I/usr/local/include -DREPOAWARE
CFLAGS = -Wall -Wextra -pedantic
-LDFLAGS = -static -s
-LIBS = -larchive -lacl -lbz2 -llzma -lz
+LDFLAGS = -L/usr/local/lib -s
+LIBS = -larchive