From 498646dce8a9c788a0b3b76ee7d5373d5b4a5e33 Mon Sep 17 00:00:00 2001 From: Fernando Nasser Date: Wed, 16 Aug 2006 18:14:05 +0000 Subject: [PATCH] Define gcj_support in the usual location --- postgresql-jdbc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index bd9147a..17fbf6a 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -28,11 +28,12 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +%define _gcj_support 1 + %define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}} %define section devel %define upstreamver 8.1-407 -%define gcj_support 1 Summary: JDBC driver for PostgreSQL Name: postgresql-jdbc