Re: [ptxdist] [PATCH] Added missing L prefix for linker flags.

2009-05-06 Thread Ryan Raasch
Yea, you are right. Sorry for the slip-up. Ryan Marc Kleine-Budde wrote: Ryan Raasch wrote: This patch fixes incorrect generation of pc files (mine failed for libcurl). Sorry, but this is wrong. There is a problem in libcurl's .pc.in file. The problem should have been fixed with svn rev: 10

Re: [ptxdist] [PATCH] Added missing L prefix for linker flags.

2009-05-05 Thread Marc Kleine-Budde
Ryan Raasch wrote: > This patch fixes incorrect generation of pc files (mine failed for libcurl). Sorry, but this is wrong. There is a problem in libcurl's .pc.in file. The problem should have been fixed with svn rev: 10105, git-id: commit a5f201b6c5d3bf1328ab8796c2250b432f558472 1.99.12 is the

Re: [ptxdist] [PATCH] Added missing L prefix for linker flags.

2009-05-05 Thread Robert Schwebel
On Tue, May 05, 2009 at 05:15:25PM +0200, Ryan Raasch wrote: > This patch fixes incorrect generation of pc files (mine failed for libcurl). Looks good, applied. rsc -- Pengutronix e.K. | | Industrial Linux Solutions | http://w

[ptxdist] [PATCH] Added missing L prefix for linker flags.

2009-05-05 Thread Ryan Raasch
This patch fixes incorrect generation of pc files (mine failed for libcurl). Greetings, Ryan Signed-off-by: Ryan M. Raasch --- rules/pre/Rules.make |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pre/Rules.make b/rules/pre/Rules.make index b9ab9cb..0f82fa9 1006