summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2013-02-27 13:21:09 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-06-11 17:48:02 +0300
commitd24c848ed6ebd0ef05b2c735c62d5b3b18b6a5d9 (patch)
tree12c4dde2822ef48399256d64c4b681ddd4515aa3 /debian/rules
parentcdc5b750c2d50686e8f8fc1b235cbd07d95a267b (diff)
downloadlibrpm-tizen-d24c848ed6ebd0ef05b2c735c62d5b3b18b6a5d9.tar.gz
librpm-tizen-d24c848ed6ebd0ef05b2c735c62d5b3b18b6a5d9.tar.bz2
librpm-tizen-d24c848ed6ebd0ef05b2c735c62d5b3b18b6a5d9.zip
Enable lua
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 30870a74f..594963018 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ CPPFLAGS += $(shell pkg-config --cflags nss)
override_dh_auto_configure:
dh_auto_configure -- --disable-dependency-tracking \
--libdir=/usr/lib/librpm-tizen \
- --without-lua \
+ --with-lua \
--without-acl \
--without-cap \
--enable-shared \
@@ -18,6 +18,7 @@ override_dh_auto_configure:
--with-external-db \
--build=${DEB_BUILD_GNU_CPU}-tizen-linux \
PYTHON_MODULENAME=$(python_mod_name) \
+ LUA_PKGCONFIG_NAME=lua5.1 \
CPPFLAGS="$(CPPFLAGS)"
override_dh_auto_install: