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: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
5395d882b4
commit
d5683aba5a
2
configure
vendored
2
configure
vendored
@ -2590,6 +2590,8 @@ case $target_os in
|
|||||||
enable pic
|
enable pic
|
||||||
disable symver
|
disable symver
|
||||||
SHFLAGS='-shared'
|
SHFLAGS='-shared'
|
||||||
|
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
|
||||||
|
SLIB_INSTALL_LINKS=
|
||||||
oss_indev_extralibs="-lossaudio"
|
oss_indev_extralibs="-lossaudio"
|
||||||
oss_outdev_extralibs="-lossaudio"
|
oss_outdev_extralibs="-lossaudio"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user