]> git.pld-linux.org Git - packages/mongodb.git/commitdiff
- fixed libraries ordering for linking auto/th/mongodb-2_0_1-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Dec 2011 10:28:04 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mongodb-build.patch -> 1.2
    mongodb.spec -> 1.19

mongodb-build.patch
mongodb.spec

index 0346fa24034042a1cd58a37d3ff1353bf269ec34..48db3bd46ee15296c9bec2a23e2aab0ee165f4d7 100644 (file)
  
  mmapFiles = [ "util/mmap.cpp" ]
  
+@@ -1131,7 +1131,7 @@
+         sniffEnv.Append( LIBS=[ "wpcap" ] )
+     sniffEnv.Prepend( LIBPATH=["."] )
+-    sniffEnv.Append( LIBS=[ "mongotestfiles" ] )
++    sniffEnv.Prepend( LIBS=[ "mongotestfiles" ] )
+     sniffEnv.Program( "mongosniff" , "tools/sniffer.cpp" )
index 002d065bbe29282488bc387e1259cf70246c0ff0..bd8e930d8796de73e2c1683ce129742d3614159c 100644 (file)
@@ -140,7 +140,6 @@ 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 \
@@ -155,7 +154,6 @@ 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.079595 seconds and 4 git commands to generate.