SOURCES (AC-branch): rpm-locale.patch - fix locale.h detection

arekm arekm at pld-linux.org
Thu Jun 14 23:49:26 CEST 2007


Author: arekm                        Date: Thu Jun 14 21:49:26 2007 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- fix locale.h detection

---- Files affected:
SOURCES:
   rpm-locale.patch (1.2 -> 1.2.2.1) 

---- Diffs:

================================================================
Index: SOURCES/rpm-locale.patch
diff -u SOURCES/rpm-locale.patch:1.2 SOURCES/rpm-locale.patch:1.2.2.1
--- SOURCES/rpm-locale.patch:1.2	Tue Feb 13 21:05:52 2007
+++ SOURCES/rpm-locale.patch	Thu Jun 14 23:49:21 2007
@@ -142,3 +142,15 @@
  	*freeData = 1;
  	return 0;
      }
+diff -ur rpm-4.4.2.org/configure.ac rpm-4.4.2/configure.ac
+--- rpm-4.4.2.org/configure.ac	2005-03-14 03:58:34.000000000 +0100
++++ rpm-4.4.2/configure.ac	2007-06-14 23:46:45.004895140 +0200
+@@ -416,6 +416,8 @@
+     AC_CHECK_LIB(socket, socket)
+ ])
+ 
++AC_CHECK_HEADERS(locale.h)
++
+ AC_CHECK_HEADERS(error.h)
+ AC_CHECK_FUNCS(error)
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpm-locale.patch?r1=1.2&r2=1.2.2.1&f=u



More information about the pld-cvs-commit mailing list