summaryrefslogtreecommitdiffstats
path: root/package/berkeleydb
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-04-25 15:37:25 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-25 15:49:04 +0200
commit25e08d501c338714e16d6a06c5c6278e86df1dc8 (patch)
treec42876f26d26123db0358b137db66bbfd539d5bb /package/berkeleydb
parent264e75dd6e0b39516043528eda4bfac4104542b2 (diff)
downloadbuildroot-novena-25e08d501c338714e16d6a06c5c6278e86df1dc8.tar.gz
buildroot-novena-25e08d501c338714e16d6a06c5c6278e86df1dc8.zip
berkeleydb: cleanup
Use the preferred 'VAR = value' form, and remove redundant configure options. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/berkeleydb')
-rw-r--r--package/berkeleydb/berkeleydb.mk19
1 files changed, 5 insertions, 14 deletions
diff --git a/package/berkeleydb/berkeleydb.mk b/package/berkeleydb/berkeleydb.mk
index 3d578529a..396ba1691 100644
--- a/package/berkeleydb/berkeleydb.mk
+++ b/package/berkeleydb/berkeleydb.mk
@@ -3,13 +3,13 @@
# berkeley db
#
#############################################################
-BERKELEYDB_VERSION:=5.3.15
-BERKELEYDB_SITE:=http://download.oracle.com/berkeley-db
-BERKELEYDB_SOURCE:=db-$(BERKELEYDB_VERSION).NC.tar.gz
-BERKELEYDB_SUBDIR=build_unix
+BERKELEYDB_VERSION = 5.3.15
+BERKELEYDB_SITE = http://download.oracle.com/berkeley-db
+BERKELEYDB_SOURCE = db-$(BERKELEYDB_VERSION).NC.tar.gz
+BERKELEYDB_SUBDIR = build_unix
BERKELEYDB_INSTALL_STAGING = YES
-#build directory can't be the directory where configure are there, so..
+# build directory can't be the directory where configure are there, so..
define BERKELEYDB_CONFIGURE_CMDS
(cd $(@D)/build_unix; rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
@@ -20,16 +20,7 @@ define BERKELEYDB_CONFIGURE_CMDS
--build=$(GNU_HOST_NAME) \
--prefix=/usr \
--exec-prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --libdir=/usr/lib \
- --libexecdir=/usr/lib \
--sysconfdir=/etc \
- --datadir=/usr/share \
- --localstatedir=/var \
- --includedir=/usr/include \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
--with-gnu-ld \
--disable-cxx \
--disable-java \