summaryrefslogtreecommitdiff
path: root/onbld/debian/patches/missing-zconf.h.patch
blob: 4da93578ff9d354fe59ffdc9b97f33432a025b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: zconf.h is in multiarch directory
Index: onbld/usr/src/tools/ctf/Makefile.ctf
===================================================================
--- onbld.orig/usr/src/tools/ctf/Makefile.ctf	2014-02-08 23:35:27.579701546 +0400
+++ onbld/usr/src/tools/ctf/Makefile.ctf	2014-02-08 23:40:13.490580030 +0400
@@ -36,11 +36,9 @@
 # 
 
 HDRDIRS= \
-	-_gcc=-nostdinc \
 	-I../../common \
 	-I$(SRC) \
-	-I$(ROOT)/usr/include \
-	-I/usr/include \
+	-I$(ROOT)/usr/include
 
 CPPFLAGS += $(HDRDIRS)
 CFLAGS += $(CCVERBOSE)