[SCM] libav/experimental: Add system-specific network link flags to inet_aton test. This should fix the check on platforms that require those flags. patch by Michael Kostylev, mik niipt ru

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:11:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 094c09bb4a58060f1be02c1fd6b44e0e144c206e
Author: Michael Kostylev <michael.kostylev at gmail.com>
Date:   Fri Jan 18 01:47:34 2008 +0000

    Add system-specific network link flags to inet_aton test.  This should fix
    the check on platforms that require those flags.
    patch by Michael Kostylev, mik niipt ru
    
    Originally committed as revision 11553 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index c242c49..560d27b 100755
--- a/configure
+++ b/configure
@@ -1569,7 +1569,7 @@ fi
 check_func  fork
 check_func  gethrtime
 check_func  getrusage
-check_func  inet_aton
+check_func  inet_aton $network_extralibs
 check_func  memalign
 check_func  mkstemp
 check_func2 windows.h GetProcessTimes

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list