]> git.pld-linux.org Git - packages/drbd.git/blobdiff - drbd-Makefile.patch
- updated to 8.3.2
[packages/drbd.git] / drbd-Makefile.patch
index 8f3fa2aca27566a8538b1419cc4a842c22bffc62..132ddf7cdcd50ca63f965ca4d725b90f341fbccc 100644 (file)
@@ -1,14 +1,14 @@
 --- drbd-8.0.0/user/Makefile.orig      2007-01-16 21:07:58.000000000 +0100
 +++ drbd-8.0.0/user/Makefile   2007-01-29 17:08:57.844752000 +0100
-@@ -20,7 +20,7 @@
- KDIR := /lib/modules/$(shell uname -r)/build
+@@ -21,7 +21,7 @@
  
  CC = gcc
--CFLAGS = -g -O2 -c -W -Wall -I../drbd
-+CFLAGS = $(OPTCFLAGS) -Wall -I../drbd
+ OPTFLAGS = -O1
+-CFLAGS = $(OPTFLAGS) -c -W -Wall -I../drbd
++CFLAGS = $(OPTFLAGS) -W -Wall -I../drbd
  # for the netlink connector stuff <linux/connector.h>:
  drbdsetup: CFLAGS += -I$(KDIR)/include
- drbdsetup drbdmeta: CFLAGS += -fno-strict-aliasing
 @@ -43,7 +43,7 @@
        cp $^ $@
  
This page took 0.097224 seconds and 4 git commands to generate.