summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/corosync/patches/patch-Makefile_in11
-rw-r--r--package/libvpx/Makefile3
2 files changed, 14 insertions, 0 deletions
diff --git a/package/corosync/patches/patch-Makefile_in b/package/corosync/patches/patch-Makefile_in
new file mode 100644
index 000000000..38cf13b7c
--- /dev/null
+++ b/package/corosync/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- corosync-1.4.1.orig/Makefile.in 2011-07-26 10:13:38.000000000 +0200
++++ corosync-1.4.1/Makefile.in 2011-10-12 06:02:03.291467847 +0200
+@@ -323,7 +323,7 @@ corosysconf_DATA = conf/corosync.conf.ex
+ conf/corosync.conf.example.udpu
+
+ SUBDIRS = include lcr lib exec services tools test pkgconfig \
+- man init conf
++ init conf
+
+ RPMBUILDOPTS = --define "_sourcedir $(abs_builddir)" \
+ --define "_specdir $(abs_builddir)" \
diff --git a/package/libvpx/Makefile b/package/libvpx/Makefile
index afb3b50a0..243cca04f 100644
--- a/package/libvpx/Makefile
+++ b/package/libvpx/Makefile
@@ -31,6 +31,9 @@ endif
ifeq ($(ADK_TARGET_SYSTEM_IBM_X40),y)
CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
endif
+ifeq ($(ADK_TARGET_SYSTEM_INTEL_ATOM),y)
+CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
+endif
ifeq ($(ADK_TARGET_SYSTEM_PCENGINES_WRAP),y)
CONFIGURE_ARGS+= --target=x86-linux-gcc --as=yasm
endif