RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: mongo/ SConstruct

From: Jeff Johnson <jbj@rpm5.org>
Date: Fri 17 Sep 2010 - 02:31:26 CEST
Message-Id: <20100917003126.E256FC6AB8@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: mongo                            Date:   17-Sep-2010 02:31:26
  Branch: HEAD                             Handle: 2010091700312600

  Modified files:
    mongo                   SConstruct

  Log:
    - mongo: hotwire linux paths to share a TM -ljs with GPSEE for use by
    RPM.

  Summary:
    Revision    Changes     Path
    1.4         +3  -0      mongo/SConstruct
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: mongo/SConstruct
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 SConstruct
  --- mongo/SConstruct	16 Sep 2010 20:36:01 -0000	1.3
  +++ mongo/SConstruct	17 Sep 2010 00:31:26 -0000	1.4
  @@ -558,6 +558,9 @@
       linux = True
       platform = "linux"
   
  +    env.Append( CPPPATH=filterExists(["/usr/lib/rpm/include", "/usr/include/nspr4"]) )
  +    env.Append( LIBPATH=filterExists(["/usr/lib/rpm/lib"]) )
  +
       if os.uname()[4] == "x86_64" and not force32:
           linux64 = True
           nixLibPrefix = "lib64"
  @@ .
Received on Fri Sep 17 02:31:27 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.