diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-02-27 13:21:09 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-11 17:48:02 +0300 |
commit | d24c848ed6ebd0ef05b2c735c62d5b3b18b6a5d9 (patch) | |
tree | 12c4dde2822ef48399256d64c4b681ddd4515aa3 /debian/rules | |
parent | cdc5b750c2d50686e8f8fc1b235cbd07d95a267b (diff) | |
download | librpm-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-x | debian/rules | 3 |
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: |