Skip to content

Commit

Permalink
Update libcups for Avahi fix and add --disable-shared to default conf…
Browse files Browse the repository at this point in the history
…igure command.
  • Loading branch information
michaelrsweet committed Jun 21, 2023
1 parent ee1f491 commit 5524778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ Building the Code
The IPP sample code uses a configure script on POSIX platforms to take care of
any platform differences:

./configure OPTIONS
./configure --disable-shared OPTIONS
make

The following options are supported:

- `--enable-debug`: Enable debugging and debug logging.
- `--disable-shared`: Disable shared libraries.
- `--disable-shared`: Disable shared libraries (enabled otherwise).
- `--enable-maintainer`: Enable warnings as errors.
- `--enable-sanitizer`: Enable address sanitizer.
- `--enable-static`: Enable static libraries.
Expand Down
2 changes: 1 addition & 1 deletion libcups
Submodule libcups updated 2 files
+2 −1 CHANGES.md
+2 −1 cups/dnssd.c

0 comments on commit 5524778

Please sign in to comment.