From b9411f79f59b63d7d363234d795fa5c77cc738c9 Mon Sep 17 00:00:00 2001 From: David Callu Date: Tue, 7 Apr 2020 10:20:49 +0200 Subject: [PATCH] ice.pc.in: add -lbsd flags when required --- configure.ac | 8 ++++++++ ice.pc.in | 1 + 2 files changed, 9 insertions(+) diff --git a/configure.ac b/configure.ac index c4c411a..2f4ca21 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,14 @@ XORG_WITH_LINT XORG_LINT_LIBRARY([ICE]) LINT_FLAGS="${LINT_FLAGS} ${ICE_CFLAGS} ${XTRANS_CFLAGS}" + +if test "x$ac_cv_lib_bsd_arc4random_buf" = xyes; then + BSDLIB=-lbsd +fi +AC_SUBST(BSDLIB) + + + AC_CONFIG_FILES([Makefile doc/Makefile specs/Makefile diff --git a/ice.pc.in b/ice.pc.in index b96c9f8..c88962d 100644 --- a/ice.pc.in +++ b/ice.pc.in @@ -9,3 +9,4 @@ Version: @PACKAGE_VERSION@ Requires: xproto Cflags: -I${includedir} Libs: -L${libdir} -lICE +Libs.Private: @BSDLIB@ -- GitLab