https://bugzilla.novell.com/show_bug.cgi?id=890953 https://bugzilla.novell.com/show_bug.cgi?id=890953#c1 Johannes Obermayr <johannesobermayr@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johannesobermayr@gmx.de AssignedTo|xorg-maintainer-bugs@forge. |tchvatal@suse.com |provo.novell.com | --- Comment #1 from Johannes Obermayr <johannesobermayr@gmx.de> 2014-08-09 09:38:30 UTC --- Thats the issue this this stupid so suffixes ...
From a6d1c46451af824edce20a5d6ed9104ca8279d80 Mon Sep 17 00:00:00 2001 From: Johannes Obermayr <johannesobermayr@gmx.de> Date: Sat, 9 Aug 2014 11:35:05 +0200 Subject: [PATCH] Add install-data-hook to get a .so only.
--- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 14aacd2..ae1f471 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,12 @@ library_includedir = $(includedir) library_include_HEADERS = txc_dxtn.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_HEADERS = txc_dxtn.pc + +# We need a .so only +# Fixes: https://bugzilla.novell.com/show_bug.cgi?id=890953 +install-data-hook: + mv $(DESTDIR)$(libdir)/libtxc_dxtn.so.0.0.0 $(DESTDIR)$(libdir)/libtxc_dxtn.so; \ + rm -f $(DESTDIR)$(libdir)/libtxc_dxtn.so.0 endif # versioninfo: -- 2.0.4 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.