~dannf/ubuntu/trusty/numactl/arm64

« back to all changes in this revision

Viewing changes to debian/patches/lm-override.patch

  • 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:
 
1
--- numactl-0.9.9/Makefile      2006-07-07 09:14:34.000000000 +1000
 
2
+++ numactl-0.9.9-override/Makefile     2006-08-04 10:31:18.000000000 +1000
 
3
@@ -46,7 +46,7 @@
 
4
 
 
5
 numactl.o: numactl.c
 
6
 
 
7
-numademo: LDFLAGS += -lm
 
8
+numademo: override LDFLAGS += -lm
 
9
 # GNU make 3.80 appends BENCH_CFLAGS twice. Bug? It's harmless though.
 
10
 numademo: CFLAGS += -DHAVE_STREAM_LIB -DHAVE_MT ${BENCH_CFLAGS} 
 
11
 stream_lib.o: CFLAGS += ${BENCH_CFLAGS}