]> git.pld-linux.org Git - packages/opal.git/blame - opal-build.patch
- release 2
[packages/opal.git] / opal-build.patch
CommitLineData
57582654
SS
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
bc09e567
AM
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*
57582654
SS
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.044733 seconds and 4 git commands to generate.