diff options
author | Eric BENARD <eric@eukrea.com> | 2010-04-29 05:01:01 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-16 01:42:24 -0700 |
commit | 89c9d4781efe05cd8a5fc5c04a0716e746453b89 (patch) | |
tree | 8539af8de9d0ba90743215fe2f63d35d609a551a /recipes/svgalib/files/makefiles-ldconfig.patch | |
parent | 31402cd6f9d1e7887926bfde465bb25b07f6dbea (diff) |
svgalib : add svgalib-1.9.25
- original recipe comes from :
http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-January/016607.html
- added fix for compilation against recent kernel
- updated and tested on x86
- disable helper module
- configuration file /etc/vga/libga.config is not included in any package
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/svgalib/files/makefiles-ldconfig.patch')
-rw-r--r-- | recipes/svgalib/files/makefiles-ldconfig.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/svgalib/files/makefiles-ldconfig.patch b/recipes/svgalib/files/makefiles-ldconfig.patch new file mode 100644 index 0000000000..2802f17ad9 --- /dev/null +++ b/recipes/svgalib/files/makefiles-ldconfig.patch @@ -0,0 +1,26 @@ +Index: svgalib-1.9.25/Makefile +=================================================================== +--- svgalib-1.9.25.orig/Makefile ++++ svgalib-1.9.25/Makefile +@@ -100,7 +100,7 @@ installsharedlib: $(SHAREDLIBS) $(SVGALI + ln -sf $$foo `echo $$foo | sed 's/\.so\..*/.so/'` ); \ + done + @./fixldsoconf +- -ldconfig ++# -ldconfig + + installstaticlib: static + @echo Installing static libraries in $(libdir). +Index: svgalib-1.9.25/threeDKit/Makefile +=================================================================== +--- svgalib-1.9.25.orig/threeDKit/Makefile ++++ svgalib-1.9.25/threeDKit/Makefile +@@ -58,7 +58,7 @@ lib3dkit.so.$(VERSION): $(OBJECTS) + $(sharedlibdir)/lib3dkit.so.$(VERSION): lib3dkit.so.$(VERSION) + $(INSTALL_SHLIB) $< $(sharedlibdir)/$< + (cd $(sharedlibdir); ln -sf lib3dkit.so.$(VERSION) `echo lib3dkit.so.$(VERSION) | sed 's/\.so\..*/.so/'` ) +- -ldconfig ++# -ldconfig + + install: $(sharedlibdir)/lib3dkit.so.$(VERSION) installheaders + |