RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: popt                             Date:   28-Mar-2012 23:47:58
  Branch: HEAD                             Handle: 2012032821475800

  Modified files:
    popt                    Makefile.am

  Log:
    - macosx: both -lintl and -liconv are needed for static linking.

  Summary:
    Revision    Changes     Path
    1.82        +1  -1      popt/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: popt/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.81 -r1.82 Makefile.am
  --- popt/Makefile.am  26 Feb 2012 16:04:40 -0000      1.81
  +++ popt/Makefile.am  28 Mar 2012 21:47:58 -0000      1.82
  @@ -3,7 +3,7 @@
   ACLOCAL_AMFLAGS = -I m4
   AM_CPPFLAGS = -I. -I$(top_srcdir)
   AM_CFLAGS = $(POPT_CFLAGS)
  -AM_LDFLAGS = $(POPT_LDFLAGS) $(INTLLIBS)
  +AM_LDFLAGS = $(POPT_LDFLAGS) $(LTLIBINTL) $(LTLIBICONV)
   
   ## begin configmake
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to