OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 16-Mar-2005 19:54:25 Branch: HEAD Handle: 2005031618542400 Modified files: openpkg-src/ruby ruby.spec Log: teach Ruby about the linker flags (btw, the usual LDFLAGS passing doesn't work as expected here) Summary: Revision Changes Path 1.34 +2 -1 openpkg-src/ruby/ruby.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/ruby/ruby.spec ============================================================================ $ cvs diff -u -r1.33 -r1.34 ruby.spec --- openpkg-src/ruby/ruby.spec 9 Mar 2005 09:20:48 -0000 1.33 +++ openpkg-src/ruby/ruby.spec 16 Mar 2005 18:54:24 -0000 1.34 @@ -34,7 +34,7 @@ Group: Language License: GPL Version: 1.8.2 -Release: 20050309 +Release: 20050316 # list of sources Source0: ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{version}.tar.gz @@ -70,6 +70,7 @@ CFLAGS="%{l_cflags -O} %{l_cppflags}" \ ./configure \ --prefix=%{l_prefix} \ + --with-ldflags="%{l_ldflags}" \ --disable-shared %{l_make} %{l_mflags} @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org