Skip to content

Commit

Permalink
static builder: add snappy.pc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 committed Dec 28, 2023
1 parent d244922 commit d28e6a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static-builder/Dockerfile.v1
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ RUN apk add --no-cache \
zlib-static \
zstd-dev \
zstd-static

COPY snappy.pc /usr/lib/pkgconfig
10 changes: 10 additions & 0 deletions static-builder/snappy.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: snappy
Description: A library for compressing and decompressing snappy data
Version: 1.1.10
Libs: -L${libdir} -lsnappy
Cflags: -I${includedir}

0 comments on commit d28e6a9

Please sign in to comment.