aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devicekit/libatasmart-0.13/strpool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/devicekit/libatasmart-0.13/strpool.patch')
-rw-r--r--recipes/devicekit/libatasmart-0.13/strpool.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/devicekit/libatasmart-0.13/strpool.patch b/recipes/devicekit/libatasmart-0.13/strpool.patch
new file mode 100644
index 0000000000..e9f6ab31e5
--- /dev/null
+++ b/recipes/devicekit/libatasmart-0.13/strpool.patch
@@ -0,0 +1,11 @@
+--- git/Makefile.am.orig 2010-09-24 11:03:40.917602895 +0200
++++ git/Makefile.am 2010-09-24 11:07:04.145852660 +0200
+@@ -81,5 +81,8 @@
+ BUILT_SOURCES = \
+ atasmart.strpool.c
+
++strpool: $(strpool_SOURCES)
++ $(BUILD_CC) -o $@ $?
++
+ atasmart.strpool.c: atasmart.c strpool
+ $(top_builddir)/strpool $< $@