diff options
author | Sergey Lapin <slapin@ossfans.org> | 2009-05-17 02:47:27 +0400 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-05-17 02:47:27 +0400 |
commit | 0f1b411ed82919e0d7adab458f48be53ef14fd6b (patch) | |
tree | 6b2c120a46f2a91b5d381116d800ffcd55ff5d65 /recipes/netpbm/netpbm-10.28/libgnuhash.patch | |
parent | e49fd68b702de6546cc18b61ea20ff8c34599834 (diff) | |
parent | 793e489438f1eb09720d69804b211eca5004e7fe (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/netpbm/netpbm-10.28/libgnuhash.patch')
-rw-r--r-- | recipes/netpbm/netpbm-10.28/libgnuhash.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/netpbm/netpbm-10.28/libgnuhash.patch b/recipes/netpbm/netpbm-10.28/libgnuhash.patch new file mode 100644 index 0000000000..3df92ca668 --- /dev/null +++ b/recipes/netpbm/netpbm-10.28/libgnuhash.patch @@ -0,0 +1,12 @@ +diff -urN netpbm-10.28.old/lib/Makefile netpbm-10.28/lib/Makefile +--- netpbm-10.28.old/lib/Makefile 2005-02-05 18:47:27.000000000 +0000 ++++ netpbm-10.28/lib/Makefile 2009-05-12 13:33:10.000000000 +0100 +@@ -111,7 +111,7 @@ + rm -f $@ + $(SYMLINK) $< $@ + libnetpbm.$(NETPBMLIBSUFFIX).$(MAJ).$(MIN): $(LIBOBJECTS) $(LIBOBJECTS_X) +- $(LD) $(LDSHLIB) -o $@ $(LIBOBJECTS) $(LIBOBJECTS_X) \ ++ $(LD) $(LDFLAGS) $(LDSHLIB) -o $@ $(LIBOBJECTS) $(LIBOBJECTS_X) \ + $(SHLIB_CLIB) $(LADD) + endif + |