summaryrefslogtreecommitdiff
path: root/debian/patches/0009-skip-dot-pc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0009-skip-dot-pc.patch')
-rw-r--r--debian/patches/0009-skip-dot-pc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/0009-skip-dot-pc.patch b/debian/patches/0009-skip-dot-pc.patch
new file mode 100644
index 00000000..ce85adf8
--- /dev/null
+++ b/debian/patches/0009-skip-dot-pc.patch
@@ -0,0 +1,13 @@
+From: Benjamin Barenblat <bbaren@debian.org>
+Subject: Ignore .pc directory when building
+Forwarded: no
+--- a/Makefile
++++ b/Makefile
+@@ -53,6 +53,7 @@
+ -name '.git' -o \
+ -name '.bzr' -o \
+ -name 'debian' -o \
++ -name '.pc' -o \
+ -name "$${GIT_DIR}" -o \
+ -name '_build' -o \
+ -name '_build_ci' -o \