summaryrefslogtreecommitdiffstats
path: root/src/db.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-09-01 22:14:02 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-09-01 22:14:02 (GMT)
commit82f67ce80dcaa933a3e6f3ae44f60504aed0390b (patch)
tree7bf400e4b3ac9195777079b97b2bf98e0e225e55 /src/db.mk
parentd743026f89fccb70fd4a8fae21c378818c251721 (diff)
downloadmxe-82f67ce80dcaa933a3e6f3ae44f60504aed0390b.zip
mxe-82f67ce80dcaa933a3e6f3ae44f60504aed0390b.tar.gz
mxe-82f67ce80dcaa933a3e6f3ae44f60504aed0390b.tar.bz2
db: Various fixes
Diffstat (limited to 'src/db.mk')
-rw-r--r--src/db.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/db.mk b/src/db.mk
index 10b249b..a1e90bd 100644
--- a/src/db.mk
+++ b/src/db.mk
@@ -12,7 +12,7 @@ $(PKG)_DEPS := gcc
define $(PKG)_UPDATE
echo 'TODO: Updates for package db need to be fixed.' >&2;
- echo $($(PKG)_VERSION)
+ echo $(db_VERSION)
endef
define $(PKG)_BUILD
@@ -20,9 +20,10 @@ define $(PKG)_BUILD
$(MXE_CONFIGURE_OPTS) \
--enable-mingw \
--enable-cxx \
- --disable-shared \
--disable-replication
$(MAKE) -C '$(1)/build_unix' -j '$(JOBS)'
$(MAKE) -C '$(1)/build_unix' -j 1 install $(MXE_DISABLE_DOCS)
endef
+
+$(PKG)_BUILD_SHARED =