On Saturday, 02 June 2007, at 01:45:33 (-0400),
Michael Jennings wrote:

> diff -Nur -x '*.orig' -x '*.rej' rpm-4.4.8/popt/configure.ac 
> mezzanine_patched_rpm-4.4.8/popt/configure.ac
> --- rpm-4.4.8/popt/configure.ac       2007-02-10 08:57:27.000000000 -0500
> +++ mezzanine_patched_rpm-4.4.8/popt/configure.ac     2007-03-01 
> 15:41:57.000000000 -0500
> @@ -14,6 +14,8 @@
>  
>  ALL_LINGUAS="cs da de es eu_ES fi fr gl hu id is it ja ko no pl pt pt_BR ro 
> ru sk sl sr sv tr uk wa zh zh_CN zh_TW"
>  
> +LDFLAGS=""
> +
>  AC_ISC_POSIX
>  
>  AC_PROG_CC
> diff -Nur -x '*.orig' -x '*.rej' rpm-4.4.8/zlib/configure.ac 
> mezzanine_patched_rpm-4.4.8/zlib/configure.ac
> --- rpm-4.4.8/zlib/configure.ac       2006-07-12 18:02:09.000000000 -0400
> +++ mezzanine_patched_rpm-4.4.8/zlib/configure.ac     2007-03-01 
> 15:42:16.000000000 -0500
> @@ -5,6 +5,8 @@
>  AM_CONFIG_HEADER([config.h])
>  AM_INIT_AUTOMAKE([foreign])
>  
> +LDFLAGS=""
> +
>  dnl Check for programs.
>  AC_PROG_CC
>  AC_PROG_LIBTOOL

Okay, that's scary.  Those lines should read:

+LDFLAGS="$(echo $LDFLAGS | sed 's/-pie//g')"

I think my mutt may be possessed. :(

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
n + 1, Inc., http://www.nplus1.net/       Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
 "Feel the rain on your skin.  No one else can feel it for you.  Only
  you can let it in.  No one else, no one else can speak the words on
  your lips.  Drench yourself in words unspoken.  Live your life with
  arms wide open.  Today is where your book begins; the rest is still
  unwritten."                      -- Natasha Bedingfield, "Unwritten"
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
Developer Communication List                        rpm-devel@rpm5.org

Reply via email to