Skip to content

Commit

Permalink
Compile and link libvomsapi with proper thread flags
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomini committed Jan 8, 2023
1 parent b7a926e commit 0d6d98c
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Makefile.in
Makefile
/aux
/m4/*
!/m4/ax_pthread.m4
!/m4/glite.m4
!/m4/voms.m4
!/m4/wsdl2h.m4
Expand Down
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ AC_PROG_YACC
AC_PROG_LEX
AC_COMPILER

AX_PTHREAD

PKG_CHECK_MODULES([OPENSSL], [openssl], [AC_DEFINE([OPENSSL_API_COMPAT], [10100], [Build against OpenSSL 1.1 API])])

AC_CHECK_HEADER([expat.h],
Expand Down
Loading

0 comments on commit 0d6d98c

Please # to comment.