summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-01-16 14:04:59 +0100
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-01-16 14:07:19 +0100
commita029117e2ddf3d790f2b0c1280eb6c5839f48c1e (patch)
treed1160cbfe9b797acd2615558ab4b1ba7d1f4f390
parent6c88bcf94b15512cceebdfcc54762a1bd636b1d2 (diff)
Add 02_fix_build.diff fix a build error.
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/02_fix_build.diff12
-rw-r--r--debian/patches/series1
3 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c1edea0e..9111d6ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libdrm (2.4.41-1) UNRELEASED; urgency=low
[ Maarten Lankhorst ]
* New upstream release.
+ * Add 02_fix_build.diff fix a build error.
-- Julien Cristau <jcristau@debian.org> Tue, 25 Dec 2012 13:17:28 +0100
diff --git a/debian/patches/02_fix_build.diff b/debian/patches/02_fix_build.diff
new file mode 100644
index 00000000..234101bf
--- /dev/null
+++ b/debian/patches/02_fix_build.diff
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index 10cc9a4..1776610 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -348,7 +348,6 @@ AC_CONFIG_FILES([
+ tests/vbltest/Makefile
+ include/Makefile
+ include/drm/Makefile
+- man/Makefile
+ libdrm.pc])
+ AC_OUTPUT
+
diff --git a/debian/patches/series b/debian/patches/series
index 2e425c07..e64f7369 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01_default_perms.diff
+02_fix_build.diff
03_build_against_librt.diff