]> git.pld-linux.org Git - packages/opal.git/blob - opal-build.patch
- release 2
[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  endif
5  # Get required flags from library
6  
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) -L ../../lib*
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.083453 seconds and 3 git commands to generate.