From 004f9377fe6c0fa14e0e9fd865415ce017e63f93 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 15 Dec 2011 17:13:52 +0000 Subject: [PATCH] - unified configure options order Changed files: db4.4.spec -> 1.16 --- db4.4.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/db4.4.spec b/db4.4.spec index c69196b..e194775 100644 --- a/db4.4.spec +++ b/db4.4.spec @@ -307,12 +307,12 @@ LDFLAGS="%{rpmcflags} %{rpmldflags}" export CC CXX CFLAGS CXXFLAGS LDFLAGS ../dist/%configure \ - --enable-compat185 \ --disable-shared \ --enable-static \ - --enable-rpc \ + --enable-compat185 \ + --enable-cxx \ --%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \ - --enable-cxx + --enable-rpc # (temporarily?) disabled because of compilation errors: # --enable-dump185 \ @@ -326,15 +326,14 @@ cd build_unix ../dist/%configure \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ + --enable-shared \ + --disable-static \ --enable-compat185 \ - --enable-rpc \ - --%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \ --enable-cxx \ - %{?with_tcl:--enable-tcl} \ - %{?with_tcl:--with-tcl=/usr/lib} \ + --%{?with_pmutex:en}%{!?with_pmutex:dis}able-posixmutexes \ + --enable-rpc \ %{?with_java:--enable-java} \ - --disable-static \ - --enable-shared + %{?with_tcl:--enable-tcl --with-tcl=/usr/lib} %{__make} library_build \ TCFLAGS='-I$(builddir) -I%{_includedir}' \ -- 2.43.0