mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
openbsd: configure: Stop enabling PIC by default
Previously PIC was enabled as a magic workaround for binaries that built fine, but failed to function at all. This problem no longer exists, possibly since the introduction of symbol versioning.
This commit is contained in:
parent
4a4a7e138c
commit
528878ee7b
6
configure
vendored
6
configure
vendored
@ -2853,12 +2853,6 @@ case $target_os in
|
||||
oss_outdev_extralibs="-lossaudio"
|
||||
;;
|
||||
openbsd|bitrig)
|
||||
# On OpenBSD 4.5. the compiler does not use PIC unless
|
||||
# explicitly using -fPIC. Libav builds fine without PIC,
|
||||
# however the generated executable will not do anything
|
||||
# (simply quits with exit-code 1, no crash, no output).
|
||||
# Thus explicitly enable PIC here.
|
||||
enable pic
|
||||
disable symver
|
||||
SHFLAGS='-shared'
|
||||
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
|
||||
|
Loading…
Reference in New Issue
Block a user