librtas/librtas-failedmagic.patch
Philipp Thomas 71ddc83d48 - Update to 1.3.11 (bnc#884710:
* README: documentation on handling endianness
  * librtas: Little endian support in syscalls
  See Changelog in the package documentation for the full changes
  documentation.
- Refresh librtas-failedmagic.patch.
- Packege Changelog

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librtas?expand=0&rev=24
2014-07-03 14:23:23 +00:00

17 lines
406 B
Diff

---
rules.mk | 1 -
1 file changed, 1 deletion(-)
Index: rules.mk
===================================================================
--- rules.mk.orig 2014-06-25 21:37:10.000000000 +0200
+++ rules.mk 2014-07-03 14:30:14.520695665 +0200
@@ -111,7 +111,6 @@ INSTALL_LOG ?= $(ROOT_DIR)/install.log
#
# $1 library to examine
define is_lib64
-$(findstring 64,$(shell file $(firstword $1)))
endef
#