From: Philipp Zabel Date: Thu, 9 Feb 2006 20:06:27 +0000 (+0000) Subject: gpe-soundserver: fix makefile fix not to ignore LDFLAGS X-Git-Tag: Release-2010-05/1~9453^2~2374 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c986fab4e4f0e129fee623ee9fdb2af44219a7e;p=openembedded.git gpe-soundserver: fix makefile fix not to ignore LDFLAGS --- diff --git a/packages/gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch b/packages/gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch index 915a003bb0..59bffac6c1 100644 --- a/packages/gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch +++ b/packages/gpe-soundserver/gpe-soundserver-0.4-1/makefile-breakage.patch @@ -14,11 +14,11 @@ $(PACKAGE): $(OBJS) - $(CC) -o $@ $^ $(LDFLAGS) -+ $(CC) -o $@ $^ $(PACKAGE_LDFLAGS) ++ $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) wrapesd: wrapesd.o - $(CC) -o $@ $^ $(LDFLAGS) -+ $(CC) -o $@ $^ $(PACKAGE_LDFLAGS) ++ $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) install-program: all install -d $(DESTDIR)$(PREFIX)/bin