]> git.pld-linux.org Git - packages/drbd8.git/commitdiff
- updated to 8.3.0 master
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 20 Feb 2009 16:18:48 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drbd-Makefile.patch -> 1.3

drbd-Makefile.patch

index 8f3fa2aca27566a8538b1419cc4a842c22bffc62..7c072b0f6ea1ba7e40f98c41277b06c320eaf337 100644 (file)
@@ -1,11 +1,11 @@
 --- 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 = -O2
+-CFLAGS = -g $(OPTFLAGS) -c -W -Wall -I../drbd
++CFLAGS = -g $(OPTFLAGS) -W -Wall -I../drbd
  # for the netlink connector stuff <linux/connector.h>:
  drbdsetup: CFLAGS += -I$(KDIR)/include
  drbdsetup drbdmeta: CFLAGS += -fno-strict-aliasing
This page took 0.117713 seconds and 4 git commands to generate.