Changes of Revision 7
[-] | Changed | libpki.spec |
x 1
2 Source: http://ftp.openca.org/libpki/releases/v%{version}/sources/%{name}-%{version}.tar.gz 3 Patch0: %{name}-configure.in.patch 4 Patch1: %{name}-configure.patch 5 +Patch2: %{name}-global.patch 6 + 7 BuildRequires: openssl-devel libxml2-devel mysql-devel postgresql-devel 8 9 %if 0%{?suse_version} 10
11 %else 12 %patch1 13 %endif 14 +%patch2 15 ./configure --prefix=%{_prefix} \ 16 --libdir=%{_libdir} \ 17 --sysconfdir=%{_sysconfdir} \ 18 |
||
[+] | Added | libpki-global.patch ^ |
@@ -0,0 +1,11 @@ +--- src/global-vars.in.orig 2008-11-11 10:15:12.000000000 +0100 ++++ src/global-vars.in 2008-11-11 10:16:52.000000000 +0100 +@@ -9,7 +9,7 @@ + # prefix = $(DESTDIR)@prefix@ + # exec_prefix = @exec_prefix@ + +-etc_prefix = $(DESTDIR)${prefix}/etc ++etc_prefix = $(DESTDIR)@sysconfdir@ + lib_prefix = $(DESTDIR)@libdir@ + var_prefix = $(DESTDIR)${prefix}/var + doc_prefix = $(DESTDIR)$datadir/libpki |