Skip to content
Snippets Groups Projects
Commit d5683aba authored by Brad Smith's avatar Brad Smith Committed by Diego Biurrun
Browse files

configure: Fix shared library creation for OpenBSD


OpenBSD does not expect or require symlinked shared libraries with
just the major version in the name.

Signed-off-by: default avatarDiego Biurrun <diego@biurrun.de>
parent 5395d882
No related branches found
No related tags found
No related merge requests found
......@@ -2590,6 +2590,8 @@ case $target_os in
enable pic
disable symver
SHFLAGS='-shared'
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
SLIB_INSTALL_LINKS=
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment