On Friday, 01 June 2007, at 10:30:04 (-0400),
Jeff Johnson wrote:

>  (aside) Yes there;'s breakage wrto zlib building rpm on x86_64. I
>  had noticed about 2 weeks ago (I don't normally have access to
>  x86_64) and the fix is in some tree of mine. cvs.rpm.org was
>  abandoned and rpm5.org was created in the last 2 weeks. Mea culpa
>  ;-)

This sounds like the same problem I reported back in February.
Attached is the patch I used to fix it; is that what you were after,
or is this an unrelated issue?

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)
-----------------------------------------------------------------------
 "I don't mind the sun sometimes, the images it shows.  I can taste
  you on my lips and smell you in my clothes.  Cinnamon-and-sugary and
  softly-spoken lies.  You never know just how you look through other
  people's eyes."                        -- Butthole Surfers, "Pepper"
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

Reply via email to