summaryrefslogtreecommitdiff
path: root/debian/patches/01_dont_require_third_party.diff
blob: 40a61ee0363ec688bfb5e469cb6493dbce93c484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# don't require third_party dir present for build after
# removing it via uscan and an exclude in d/copyright
--- a/configure.ac
+++ b/configure.ac
@@ -538,8 +538,6 @@
 doc/xsl/Makefile
 doc/xsl/catalog.xml
 doc/Makefile
-third_party/luajit/Makefile
-third_party/concurrency_kit/Makefile
 src/Makefile
 src/drivers/Makefile
 src/drivers/mysql/Makefile
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,15 +18,7 @@
 ACLOCAL_AMFLAGS = -I m4
 AM_DISTCHECK_CONFIGURE_FLAGS = --without-mysql
 
-if USE_BUNDLED_LUAJIT
-  LUAJIT_DIR = third_party/luajit
-endif
-
-if USE_BUNDLED_CK
-  CK_DIR = third_party/concurrency_kit
-endif
-
-SUBDIRS = doc $(LUAJIT_DIR) $(CK_DIR) src tests
+SUBDIRS = doc src tests
 
 EXTRA_DIST = autogen.sh README.md README-WIN.txt README-Oracle.md ChangeLog