[uuid] disable pgsql in configure

Michal Hlavinka mhlavink at fedoraproject.org
Wed Oct 30 12:06:15 UTC 2013


commit e9a222f13a969a908793d1e2bab165a2d9150097
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Oct 30 13:06:08 2013 +0100

    disable pgsql in configure

 uuid.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/uuid.spec b/uuid.spec
index e3d61cf..9a91933 100644
--- a/uuid.spec
+++ b/uuid.spec
@@ -140,7 +140,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
     --without-php \
     --with-dce \
     --with-cxx \
-    --with-pgsql
+    --without-pgsql
 
 make LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" %{?_smp_mflags}
 


More information about the scm-commits mailing list