~ubuntu-branches/ubuntu/utopic/checkpolicy/utopic

« back to all changes in this revision

Viewing changes to debian/patches/multiarch.patch

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2013-11-01 23:39:52 UTC
  • mfrom: (1.3.2)
  • Revision ID: package-import@ubuntu.com-20131101233952-dg183ag2lbwogeiz
Tags: 2.2-1
* Team upload.
* New upstream release
  - debian/control: Bump build-dependencies to match the release
  - debian/patches/multiarch.patch: Refreshed
* debian/control:
  - Bump Standards-Version to 3.9.4 (no further changes)
  - Use canonical URL for VCS-Git field

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 #
16
16
 PREFIX ?= $(DESTDIR)/usr
17
17
 BINDIR=$(PREFIX)/bin
18
 
-LIBDIR=$(PREFIX)/lib
19
 
+LIBDIR=$(PREFIX)/lib/$(DEB_HOST_MULTIARCH)
 
18
-LIBDIR ?= $(PREFIX)/lib
 
19
+LIBDIR ?= $(PREFIX)/lib/$(DEB_HOST_MULTIARCH)
20
20
 INCLUDEDIR ?= $(PREFIX)/include
21
21
 
22
22
 CFLAGS ?= -g -Wall -W -Werror -O2 -pipe