summaryrefslogtreecommitdiffstats
path: root/recipes/libmng/libmng
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 11:52:55 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-06 11:52:55 +0000
commit5ad39eb0bc5bbf7ebe716009c4551ff44b1d0f14 (patch)
treec8ef046d78c43c9d67b8bfdb2c814ab15cd00fb1 /recipes/libmng/libmng
parent95cd55f0b71a8620bcd70dfb2fa8c053a4f1a39f (diff)
downloadopenembedded-5ad39eb0bc5bbf7ebe716009c4551ff44b1d0f14.tar.gz
libmng: use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/libmng/libmng')
-rw-r--r--recipes/libmng/libmng/ldflags.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/libmng/libmng/ldflags.patch b/recipes/libmng/libmng/ldflags.patch
new file mode 100644
index 0000000000..078f552c8d
--- /dev/null
+++ b/recipes/libmng/libmng/ldflags.patch
@@ -0,0 +1,12 @@
+diff -urN libmng-1.0.8.orig/makefiles/makefile.linux libmng-1.0.8/makefiles/makefile.linux
+--- libmng-1.0.8.orig/makefiles/makefile.linux 2004-08-06 07:17:40.000000000 +0000
++++ libmng-1.0.8/makefiles/makefile.linux 2009-04-06 11:49:45.000000000 +0000
+@@ -105,7 +105,7 @@
+ libmng.so.$(MNGVER): $(OBJSDLL)
+ # $(CC) -shared -Wl,-soname,libmng.so.$(MNGMAJ) -o libmng.so.$(MNGVER) \
+ # $(OBJSDLL) -L$(ZLIBLIB) -L$(JPEGLIB) -L$(LCMSLIB) -lz -lm -lc
+- $(CC) -shared -Wl,-soname,libmng.so.$(MNGMAJ) -o libmng.so.$(MNGVER) \
++ $(CC) $(LDFLAGS) -shared -Wl,-soname,libmng.so.$(MNGMAJ) -o libmng.so.$(MNGVER) \
+ $(OBJSDLL) -L$(ZLIBLIB) -L$(JPEGLIB) -ljpeg -L$(LCMSLIB) -llcms \
+ -lz -lm -lc
+