]> git.pld-linux.org Git - packages/arpd.git/blob - arpd-makefile-patch
- use %service
[packages/arpd.git] / arpd-makefile-patch
1 diff -Naur arpd-1.0.2.orig/Makefile arpd-p/Makefile
2 --- arpd-1.0.2.orig/Makefile    Sun Mar 18 15:42:31 2001
3 +++ arpd-p/Makefile     Sun Mar 18 15:44:40 2001
4 @@ -4,7 +4,7 @@
5  KERNELVERSION = linux-2.0.0
6  
7  CC = gcc
8 -CFLAGS = -m486 -O3 -pipe -fomit-frame-pointer -Wall
9 +CFLAGS = $(RPM_OPT_FLAGS) -Wall
10  CDEFS  = -DARPD_VERSION=\"$(VERSION)\" -DNDEBUG
11  
12  all:   arpd
This page took 0.074212 seconds and 3 git commands to generate.