RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Anders F. Björklund <afb@rpm5.org>
Date: Sun 18 Nov 2007 - 23:26:32 CET
Message-Id: <20071118222632.5BDC5348476@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   18-Nov-2007 23:26:32
  Branch: HEAD                             Handle: 2007111822263200

  Modified files:
    rpm                     devtool.conf

  Log:
    convince Darwin libtool(1) that we really, really, really want to use
    our static libraries

  Summary:
    Revision    Changes     Path
    2.131       +3  -0      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.130 -r2.131 devtool.conf
  --- rpm/devtool.conf	18 Nov 2007 22:24:29 -0000	2.130
  +++ rpm/devtool.conf	18 Nov 2007 22:26:32 -0000	2.131
  @@ -777,6 +777,9 @@
           if [ ".`grep 'OpenPKG RPM' ${DEVTOOL_SRCDIR}/rpmqv.c`" != . ]; then
               CPPFLAGS="$CPPFLAGS -DOPENPKG"
           fi
  +        if [ "`uname`" = "Darwin" ]; then
  +            LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
  +        fi
           LDFLAGS="$LDFLAGS -L$base3rd/bin/$platform/openssl-${v_openssl}" # shameless workaround for Neon
           LIBS="$LIBS -lssl -lcrypto"                                      # shameless workaround for Neon
           LIBS="$LIBS -lm"                                                 # shameless workaround for SQLite
  @@ .
Received on Sun Nov 18 23:26:32 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.