]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- Enable internal LUA. We use it in some Th scripts.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 30 Oct 2007 21:39:42 +0000 (21:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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.

Changed files:
    rpm.spec -> 1.854

rpm.spec

index 621d12cdad5c760b86beb92f620fb45c33d7702f..bf51d17c37be408b6e2f9876695fff6bad15a01d 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -47,7 +47,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 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
@@ -711,8 +711,8 @@ awk -f %{SOURCE6} %{SOURCE1}
        --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' \
This page took 0.048425 seconds and 4 git commands to generate.