From 00753313ac818cb1dd3cd976368b45c10b176ae9 Mon Sep 17 00:00:00 2001 From: Scott Alfter Date: Fri, 26 Jan 2024 07:34:34 -0800 Subject: [PATCH] add notes for building on Alpine --- README.md | 4 ++++ lp_server-no-glibc.patch | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 lp_server-no-glibc.patch diff --git a/README.md b/README.md index c5f871e..58bf1e1 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,7 @@ ENV{ID_SERIAL}=="?*", SYMLINK+="lp/printers/$env{ID_BUS}-$env{ID_SERIAL}" LABEL="persistent_printer_end" ``` + +extra steps for building on Alpine Linux: + +```doas apk add gcc musl-dev autoconf make patch && patch -p0