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 | |
parent | 50fb12eece0954469e86eb636b58e4c172f09fe7 (diff) |
* Add --enable-reduced-depends to configure to eliminate unnecessary
shared library dependencies.
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7ad1756..8a06235 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,10 @@ wallet (0.6-1) unstable; urgency=low - The server supports enforcing a local object naming policy. - New wallet-report script (currently Stanford-specific). * Change hard-coded wallet server to wallet.stanford.edu. + * Add --enable-reduced-depends to configure to eliminate unnecessary + shared library dependencies. - -- Russ Allbery <rra@debian.org> Mon, 28 Jan 2008 12:57:37 -0800 + -- Russ Allbery <rra@debian.org> Mon, 28 Jan 2008 15:17:25 -0800 wallet (0.5-2) unstable; urgency=low 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 |