~ubuntu-branches/ubuntu/raring/libgcrypt11/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-05 10:14:04 UTC
  • Revision ID: james.westby@ubuntu.com-20071105101404-9417a8l2q9bzb2a5
Tags: 1.2.4-2ubuntu4
* Rebuild with --libdir=/lib, and fix up the *.install files.
* Force the .la to be installed in /usr/lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
include /usr/share/cdbs/1/class/autotools.mk
7
7
include /usr/share/cdbs/1/rules/simple-patchsys.mk
8
8
 
9
 
DEB_CONFIGURE_EXTRA_FLAGS := --enable-noexecstack --enable-ld-version-script
 
9
DEB_CONFIGURE_EXTRA_FLAGS := --enable-noexecstack --enable-ld-version-script --libdir=/lib
10
10
DEB_MAKE_CHECK_TARGET = check
11
11
ifeq ($(DEB_BUILD_ARCH),arm)
12
12
DEB_MAKE_CHECK_TARGET = check TESTS="prime register ac basic tsexp keygen benchmark random t-mpi-bit"