mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-31 16:10:35 +08:00
ltmain: correct fallout from freebsd-elf changes
Here is a small patch to correct builds on svr5. When the freebsd-elf target was changed, this got missed. Symptoms were, building newer lib ended up with libfoo.nn a lower number than the previous version. And building libpng-1.6.29 produced: libtool: error: CURRENT '' must be a nonnegative integer libtool: error: '16:29:0' is not valid version information * build-aux/ltmain.in (func_mode_link): Add sco.
This commit is contained in:
parent
97859bda6a
commit
31d9133b4c
@ -6956,7 +6956,7 @@ func_mode_link ()
|
||||
age=$number_minor
|
||||
revision=$number_revision
|
||||
;;
|
||||
freebsd-aout|qnx|sunos)
|
||||
freebsd-aout|qnx|sco|sunos)
|
||||
current=$number_major
|
||||
revision=$number_minor
|
||||
age=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user