]> git.pld-linux.org Git - packages/mongodb.git/commitdiff
- attempt to fix linking of mongod
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Dec 2011 10:11:12 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mongodb.spec -> 1.18

mongodb.spec

index bd8e930d8796de73e2c1683ce129742d3614159c..002d065bbe29282488bc387e1259cf70246c0ff0 100644 (file)
@@ -140,6 +140,7 @@ find -type f -executable | xargs chmod a-x
 %{__rm} -r third_party/{js-1.7,pcre-7.4,snappy,*.py}
 
 %build
+export LDFLAGS="%{rpmldflags} =-fuse-ld=bfd"
 %scons \
        --prefix=$RPM_BUILD_ROOT%{_prefix} \
        --sharedclient \
@@ -154,6 +155,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_mandir}/man1} \
        $RPM_BUILD_ROOT%{_var}/{lib,log}/mongo
 
 # XXX: scons is so great, recompiles everything here!
+export LDFLAGS="%{rpmldflags} =-fuse-ld=bfd"
 %scons install \
        --prefix=$RPM_BUILD_ROOT%{_prefix} \
        --sharedclient \
This page took 0.089258 seconds and 4 git commands to generate.