summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-10-19 21:19:06 +0900
committerPeng Huang <shawn.p.huang@gmail.com>2010-11-03 10:54:58 +0900
commit3b2bf6f4a389fb2a10d9da9a9a55430ebfca882d (patch)
tree4e281d8ea4bddab5977251ba653e0c1d99bdffce /debian
parent3b3f56d0248d9772c581e42d7efadfd7ac223874 (diff)
Fix some runtime errors.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c099a017..e35511fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ build: patch
ln -sf /usr/share/misc/config.sub config.sub
ln -sf /usr/share/misc/config.guess config.guess
dh $@ --before auto_configure
- dh_auto_configure -- --enable-static LDFLAGS="-Wl,--as-needed"
+ dh_auto_configure -- --enable-static LDFLAGS="-Wl,--as-needed" --enable-key-snooper
dh $@ --before auto_test
cd po; make ibus10.pot # https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/188690
dh $@ --after auto_test