Skip to content

Commit

Permalink
sodium: fix shared build
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed May 21, 2019
1 parent 1f8b9b8 commit 9ef03a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/sodium/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ if test "$PHP_SODIUM" != "no"; then
PHP_EVAL_LIBLINE($LIBSODIUM_LIBS, SODIUM_SHARED_LIBADD)

AC_DEFINE(HAVE_LIBSODIUMLIB, 1, [ ])

PHP_NEW_EXTENSION(sodium, libsodium.c, $ext_shared)
PHP_SUBST(SODIUM_SHARED_LIBADD)
fi

0 comments on commit 9ef03a9

Please sign in to comment.