]> git.pld-linux.org Git - packages/v8.git/commitdiff
- there is no such flock syntax (as of util-linux 2.22.x), dropped flock from LINK
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Apr 2013 14:37:43 +0000 (16:37 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Apr 2013 14:37:43 +0000 (16:37 +0200)
v8.spec

diff --git a/v8.spec b/v8.spec
index f715d006777b396dc46d2f4d0d6221e28e41321c..01cf3cce33423132cb7fa640a10c4f1abd333b75 100644 (file)
--- a/v8.spec
+++ b/v8.spec
@@ -90,7 +90,7 @@ Pliki nagłówkowe silnika JavaScriptu V8.
        console=readline \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       LINK="flock %{__cxx} -fuse-ld=gold" \
+       LINK="%{__cxx} -fuse-ld=gold" \
        CFLAGS="%{rpmcflags}" \
        CXXFLAGS="%{rpmcxxflags}" \
        LDFLAGS="%{rpmldflags}" \
This page took 0.028203 seconds and 4 git commands to generate.