summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/libiodbc.in5
-rw-r--r--rules/libiodbc.make35
2 files changed, 6 insertions, 34 deletions
diff --git a/rules/libiodbc.in b/rules/libiodbc.in
index 70531d265..f387d1348 100644
--- a/rules/libiodbc.in
+++ b/rules/libiodbc.in
@@ -10,16 +10,16 @@ menuconfig LIBIODBC
industry standard for developing solutions that are language,
platform and database independent.
+if LIBIODBC
+
config LIBIODBC_GUI
bool
- depends on LIBIODBC
prompt "gui"
help
build GUI applications
choice
prompt "driver manager version"
- depends on LIBIODBC
help
Specify which driver manager version we should be compatible with.
@@ -35,3 +35,4 @@ choice
endchoice
+endif
diff --git a/rules/libiodbc.make b/rules/libiodbc.make
index 2561f610f..32167c86e 100644
--- a/rules/libiodbc.make
+++ b/rules/libiodbc.make
@@ -28,20 +28,9 @@ LIBIODBC_DIR := $(BUILDDIR)/$(LIBIODBC)
# Get
# ----------------------------------------------------------------------------
-#$(LIBIODBC_SOURCE):
-# @$(call targetinfo)
-# @$(call get, LIBIODBC)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-#$(STATEDIR)/libiodbc.extract:
-# @$(call targetinfo)
-# @$(call clean, $(LIBIODBC_DIR))
-# @$(call extract, LIBIODBC)
-# @$(call patchin, LIBIODBC)
-# @$(call touch)
+$(LIBIODBC_SOURCE):
+ @$(call targetinfo)
+ @$(call get, LIBIODBC)
# ----------------------------------------------------------------------------
# Prepare
@@ -72,24 +61,6 @@ LIBIODBC_AUTOCONF += --disable-odbc3
endif
# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-#$(STATEDIR)/libiodbc.compile:
-# @$(call targetinfo)
-# cd $(LIBIODBC_DIR) && $(LIBIODBC_PATH) $(MAKE) $(PARALLELMFLAGS)
-# @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-#$(STATEDIR)/libiodbc.install:
-# @$(call targetinfo)
-# @$(call install, LIBIODBC)
-# @$(call touch)
-
-# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------