diff options
author | Russ Allbery <rra@stanford.edu> | 2008-01-28 23:17:27 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-01-28 23:17:27 +0000 |
commit | eec5444be7d5c3154fa93080365ea4d29cae4fd4 (patch) | |
tree | db08cd448d718a3325884e241b9eff707bc15d63 /debian/rules | |
parent | 50fb12eece0954469e86eb636b58e4c172f09fe7 (diff) |
* Add --enable-reduced-depends to configure to eliminate unnecessary
shared library dependencies.
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 3378885..13b22cc 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,8 @@ config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure $(SYSTEM) --prefix=/usr \ --mandir=\$${prefix}/share/man --with-afs \ - --with-wallet-server=wallet.stanford.edu + --with-wallet-server=wallet.stanford.edu \ + --enable-reduced-depends build: build-arch build-indep build-arch: build-stamp |