]> git.pld-linux.org Git - packages/opal.git/blob - opal-build.patch
- up to 3.10.8
[packages/opal.git] / opal-build.patch
1 --- opal-3.4.2/samples/simple/Makefile.orig     2008-11-05 17:42:13.403269358 +0100
2 +++ opal-3.4.2/samples/simple/Makefile  2008-11-05 17:58:28.336264433 +0100
3 @@ -53,13 +53,13 @@
4  
5  # The -I option allows to build the simple application in the same time as opal
6  # (as used by distribution packagers)
7 -CFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config $(PKG_FLAGS) --cflags opal) -I../../include
8 -LDFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config $(PKG_FLAGS) --libs opal)
9 +CFLAGS += 
10 +LDFLAGS += 
11  
12  
13  # This part is we like to be tidy and put all the build products
14  # in a sub-directory of a name specific to platform type.
15 -OBJDIR = $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config $(PKG_FLAGS) --variable=objdir opal)
16 +OBJDIR = obj
17  
18  vpath  %.o   $(OBJDIR)
19  
This page took 0.074135 seconds and 3 git commands to generate.