From: Jakub Bogusz Date: Thu, 15 Dec 2011 17:13:52 +0000 (+0000) Subject: - unified configure options order X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdb4.4.git;a=commitdiff_plain;h=004f9377fe6c0fa14e0e9fd865415ce017e63f93 - unified configure options order Changed files: db4.4.spec -> 1.16 --- 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}' \