projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc0bc3
)
Remove cross_prefix from ln command.
author
Matthias Schneider
<ma30002000@yahoo.de>
Mon, 17 Sep 2007 08:23:23 +0000
(08:23 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 17 Sep 2007 08:23:23 +0000
(08:23 +0000)
patch by Matthias Schneider, ma30002000 yahoo de
Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index c72debf2793602d093c425cb3bd9b425b8eff20a..2a74ea3dc609dbc9dc905e4afc08d5f4b6933888 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1220,7
+1220,6
@@
cc="${cross_prefix}${cc}"
ar="${cross_prefix}${ar}"
ranlib="${cross_prefix}${ranlib}"
strip="${cross_prefix}${strip}"
-ln_s="${cross_prefix}${ln_s}"
# we need to build at least one lib type
if ! enabled_any static shared; then