Author: arekm                        Date: Tue Oct 30 21:39:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Enable internal LUA. We use it in some Th scripts.
- PCRE was causing segfault due to rpmio and others using PCRE-like regcomp
  (and friends) prototypes without being linked to -lpcre and thus glibc
  functions (regcomp) were called => segfault.

---- Files affected:
SPECS:
   rpm.spec (1.853 -> 1.854) 

---- Diffs:

================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.853 SPECS/rpm.spec:1.854
--- SPECS/rpm.spec:1.853        Mon Oct 29 21:05:23 2007
+++ SPECS/rpm.spec      Tue Oct 30 22:39:42 2007
@@ -48,7 +48,7 @@
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       5.0
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Base
 Source0:       %{name}-20071029.tar.bz2
@@ -712,8 +712,8 @@
        --with-db=%{?with_db:external}%{!?with_db:no} \
        --with-sqlite=%{?with_sqlite:external}%{!?with_sqlite:no} \
        --with-dbapi=%{!?sqlite_dbapi:db}%{?sqlite_dbapi:sqlite} \
-       --with-lua=none \
-       --with-pcre=external \
+       --with-lua=internal \
+       --with-pcre=no \
        --with-keyutils=none \
        --without-path-versioned \
        
--with-path-macros='%{_rpmlibdir}/macros:%{_rpmlibdir}/macros.pld:%{_rpmlibdir}/macros.build:%{_rpmlibdir}/%%{_target}/macros:%{_sysconfdir}/macros.*:%{_sysconfdir}/macros:%{_sysconfdir}/%%{_target}/macros:~/etc/rpmmacros:~/etc/.rpmmacros:~/.rpmmacros'
 \
@@ -1194,6 +1194,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.854  2007/10/30 21:39:42  arekm
+- Enable internal LUA. We use it in some Th scripts.
+- PCRE was causing segfault due to rpmio and others using PCRE-like regcomp
+  (and friends) prototypes without being linked to -lpcre and thus glibc
+  functions (regcomp) were called => segfault.
+
 Revision 1.853  2007/10/29 20:05:23  arekm
 - md5
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.853&r2=1.854&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to