mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
644591cddb
Signed-off-by: David Spencer <baildon.research@googlemail.com>
16 lines
457 B
Diff
16 lines
457 B
Diff
Description: Link libm for ceil
|
|
Author: Sebastian Ramacher <sramacher@debian.org>
|
|
Last-Update: 2014-11-09
|
|
Bug-Debian: https://bugs.debian.org/768674
|
|
|
|
--- ffmpeg2theora-0.29.0~git+20140316.orig/SConstruct
|
|
+++ ffmpeg2theora-0.29.0~git+20140316/SConstruct
|
|
@@ -221,6 +221,8 @@ if not env.GetOption('clean'):
|
|
env.Append(LIBS=['m'])
|
|
elif env['static']:
|
|
env.Append(LIBS=['m', 'dl'])
|
|
+ else:
|
|
+ env.Append(LIBS=['m'])
|
|
|
|
|
|
env = conf.Finish()
|