~dannf/ubuntu/trusty/numactl/arm64

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-11-03 10:31:24 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061103103124-9dy65897wxq3g7ku
add powerpc.patch; fix FTBFS due to typo on PowerPC

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
DEB_MAKE_CLEAN_TARGET    := clean
11
11
DEB_MAKE_BUILD_TARGET    := all
12
 
DEB_MAKE_INSTALL_TARGET  := install prefix=$(CURDIR)/debian/tmp/usr
 
12
# We need to set libdir, because upstream assumes biarch support
 
13
DEB_MAKE_INSTALL_TARGET  := install prefix=$(CURDIR)/debian/tmp/usr libdir=$(CURDIR)/debian/tmp/usr/lib
13
14
DEB_SHLIBDEPS_INCLUDE_numactl   := debian/tmp/usr/lib
14
15