[SCM] libav/experimental: Set target_path to $(CURDIR)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:59:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 9b861379081605fac1f63f5bbe4bc2474971fb46
Author: Måns Rullgård <mans at mansr.com>
Date:   Sat Jan 30 15:48:55 2010 +0000

    Set target_path to $(CURDIR)
    
    CURDIR is updated by make -C, PWD is not.
    
    Originally committed as revision 21542 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index f1b7bdd..ee021e2 100755
--- a/configure
+++ b/configure
@@ -1449,7 +1449,7 @@ CC_O='-o $@'
 host_cflags='-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3 -g -Wall'
 host_libs='-lm'
 
-target_path='$(PWD)'
+target_path='$(CURDIR)'
 
 # gcc stupidly only outputs the basename of targets with -MM, but we need the
 # full relative path for objects in subdirectories for non-recursive Make.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list