]> git.pld-linux.org Git - packages/irqbalance.git/commitdiff
- update
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 13 Dec 2006 16:10:52 +0000 (16:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irqbalance-opt.patch -> 1.3
    irqbalance-pie.patch -> 1.4

irqbalance-opt.patch
irqbalance-pie.patch

index eb38786410f8de01a041e2bb1e39572df988c608..3cddfc19ce68ccde2998169bdb3d0085afdfbbd3 100644 (file)
@@ -1,11 +1,20 @@
---- irqbalance/Makefile.orig   2003-10-24 10:51:51.000000000 +0200
-+++ irqbalance/Makefile        2003-12-15 01:12:59.403007304 +0100
-@@ -3,7 +3,7 @@
-       $(CC) $(CFLAGS) irqbalance.c cpuinfo.c procinterrupts.c classify.c policy.c  -o irqbalance
+diff -urN irqbalance-0.55.org/Makefile irqbalance-0.55/Makefile
+--- irqbalance-0.55.org/Makefile       2006-12-05 14:15:23.000000000 +0100
++++ irqbalance-0.55/Makefile   2006-12-13 17:55:44.632291750 +0100
+@@ -1,11 +1,14 @@
+-CFLAGS+=-g -Os -D_FORTIFY_SOURCE=2 -Wall -W `pkg-config --cflags glib-2.0` 
++
++OPT=-g -Os
++
++CFLAGS = $(OPT) -D_FORTIFY_SOURCE=2 -Wall -W `pkg-config --cflags glib-2.0`
  
- debug: irqbalance.c cpuinfo.c prototypes.h Makefile procinterrupts.c classify.c policy.c  debug.c
--      $(CC) irqbalance.c cpuinfo.c procinterrupts.c classify.c policy.c debug.c -DDEBUG -o irqbalance
-+      $(CC) $(CFLAGS) irqbalance.c cpuinfo.c procinterrupts.c classify.c policy.c debug.c -DDEBUG -o irqbalance
+ all: irqbalance
  
- irqbalance.1: irqbalance.xml
-       xmlto man irqbalance.xml
+ LIBS=bitmap.o irqbalance.o cputree.o  procinterrupts.o irqlist.o placement.o activate.o network.o powermode.o numa.o classify.o
+ irqbalance: .depend $(LIBS)
+-      gcc  -g -O2 -D_FORTIFY_SOURCE=2 -Wall  `pkg-config --libs glib-2.0` $(LIBS) -o irqbalance 
++      $(CC) $(CFLAGS) $(LDFLAGS) -D_FORTIFY_SOURCE=2 -Wall $(LIBS) `pkg-config --libs glib-2.0` -o irqbalance 
+ clean:
+       rm -f irqbalance *~ *.o .depend
index 9f763ed83bb4e948b489996974a99c1c1d8be1cd..b1572722fbd2600f9cbd3b404a06215d5e42e011 100644 (file)
@@ -1,10 +1,20 @@
---- kernel-utils-2.4/irqbalance/Makefile.orig  2003-10-24 10:51:51.000000000 +0200
-+++ kernel-utils-2.4/irqbalance/Makefile       2004-02-16 11:49:15.315444000 +0100
-@@ -1,6 +1,6 @@
+diff -urN irqbalance-0.55.org/Makefile irqbalance-0.55/Makefile
+--- irqbalance-0.55.org/Makefile       2006-12-13 18:04:21.688605750 +0100
++++ irqbalance-0.55/Makefile   2006-12-13 18:04:40.813801000 +0100
+@@ -1,14 +1,14 @@
  
- irqbalance: irqbalance.c cpuinfo.c prototypes.h Makefile procinterrupts.c classify.c policy.c 
--      $(CC) $(CFLAGS) irqbalance.c cpuinfo.c procinterrupts.c classify.c policy.c  -o irqbalance
-+      $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,relro,-z,now -pie -fpie irqbalance.c cpuinfo.c procinterrupts.c classify.c policy.c  -o irqbalance
+ OPT=-g -Os
  
- debug: irqbalance.c cpuinfo.c prototypes.h Makefile procinterrupts.c classify.c policy.c  debug.c
-       $(CC) irqbalance.c cpuinfo.c procinterrupts.c classify.c policy.c debug.c -DDEBUG -o irqbalance
+-CFLAGS = $(OPT) -D_FORTIFY_SOURCE=2 -Wall -W `pkg-config --cflags glib-2.0`
++CFLAGS = $(OPT) -D_FORTIFY_SOURCE=2 -Wall -W `pkg-config --cflags glib-2.0` -pie -fpie
+ all: irqbalance
+ LIBS=bitmap.o irqbalance.o cputree.o  procinterrupts.o irqlist.o placement.o activate.o network.o powermode.o numa.o classify.o
+ irqbalance: .depend $(LIBS)
+-      $(CC) $(CFLAGS) $(LDFLAGS) -D_FORTIFY_SOURCE=2 -Wall $(LIBS) `pkg-config --libs glib-2.0` -o irqbalance 
++      $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,relro,-z,now -pie -fpie -D_FORTIFY_SOURCE=2 -Wall $(LIBS) `pkg-config --libs glib-2.0` -o irqbalance 
+ clean:
+       rm -f irqbalance *~ *.o .depend
This page took 0.037016 seconds and 4 git commands to generate.