From 557fa0ca8501a69558a6ec409462cdecf8825975 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 30 Oct 2007 21:39:42 +0000 Subject: [PATCH] - 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. Changed files: rpm.spec -> 1.854 --- rpm.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpm.spec b/rpm.spec index 621d12c..bf51d17 100644 --- 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' \ -- 2.43.0