From 28f87a34aa20ef35629213dcf4795e4548aaafff Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Tue, 26 Apr 2022 11:39:19 +0300 Subject: [PATCH] Remove libbsd hack It seems to build without it just fine. --- Makefile | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 55907d4..13a6f1f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ HAREFLAGS = PKGCONFIG = pkg-config demo: - ${HARE} build ${HAREFLAGS} -o $@ $$(${PKGCONFIG} --libs-only-l --static gtk+-3.0) -lbsd -lmd -lui cmd/demo + ${HARE} build ${HAREFLAGS} -o $@ $$(${PKGCONFIG} --libs-only-l --static gtk+-3.0) -lui cmd/demo .PHONY: demo clean: diff --git a/README.md b/README.md index 1f065cb..24848cf 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,6 @@ Status: On Unix-like systems: ``` -$ ln -s /usr/lib/libbsd.so.0 /usr/lib/libbsd.so -$ ln -s /usr/lib/libmd.so.0 /usr/lib/libmd.so - $ make $ ./demo ``` -- 2.38.5