diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-03-15 23:10:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-22 15:33:25 +0700 |
commit | b7b30fc19a3678820cf38eeffa8e5aac37149594 (patch) | |
tree | c78dbc6328bca1c2976ebf548bfc04eea9d2a623 /system/xen/patches/libcacard_fix_parallel_compile.patch | |
parent | 1e301e41ee5c82fda47438d878b48c3af4691985 (diff) | |
download | slackbuilds-b7b30fc19a3678820cf38eeffa8e5aac37149594.tar.gz |
system/xen: Updated for version 4.5.0 and more.
Diffstat (limited to 'system/xen/patches/libcacard_fix_parallel_compile.patch')
-rw-r--r-- | system/xen/patches/libcacard_fix_parallel_compile.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/xen/patches/libcacard_fix_parallel_compile.patch b/system/xen/patches/libcacard_fix_parallel_compile.patch new file mode 100644 index 0000000000..1dfd044518 --- /dev/null +++ b/system/xen/patches/libcacard_fix_parallel_compile.patch @@ -0,0 +1,13 @@ +--- xen-4.5.0/tools/qemu-xen/libcacard/Makefile.orig 2014-12-02 11:41:02.000000000 +0100 ++++ xen-4.5.0/tools/qemu-xen/libcacard/Makefile 2015-03-14 21:05:54.361325689 +0100 +@@ -26,8 +26,8 @@ + libcacard.la: LDFLAGS += -rpath $(libdir) -no-undefined \ + -export-syms $(SRC_PATH)/libcacard/libcacard.syms + libcacard.la: LIBS = $(libcacard_libs) +-libcacard.la: $(libcacard-lobj-y) +- $(call LINK,$^) ++libcacard.la: $(libcacard-obj-y) ++ $(call LINK,$(libcacard-lobj-y)) + + libcacard.pc: $(SRC_PATH)/libcacard/libcacard.pc.in + $(call quiet-command,sed -e 's|@LIBDIR@|$(libdir)|' \ |