mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
5c869722c1
This is because in these versions the libcjson-dev package doesn't provide pkg-config file.
25 lines
884 B
Diff
25 lines
884 B
Diff
diff --git a/debian-devel/rules b/debian-devel/rules
|
|
index cab713c93..d2756333b 100755
|
|
--- a/debian-devel/rules
|
|
+++ b/debian-devel/rules
|
|
@@ -8,6 +8,7 @@ override_dh_auto_configure:
|
|
dh_auto_configure --buildsystem=cmake -- \
|
|
-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
|
|
-DLIBDIR=/usr/lib/${DEB_HOST_MULTIARCH} \
|
|
+ -DENABLE_CJSON:BOOL=OFF \
|
|
-DENABLE_DOC:BOOL=ON \
|
|
-DENABLE_MAN:BOOL=ON \
|
|
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|
|
diff --git a/debian-stable/rules b/debian-stable/rules
|
|
index cab713c93..d2756333b 100755
|
|
--- a/debian-stable/rules
|
|
+++ b/debian-stable/rules
|
|
@@ -8,6 +8,7 @@ override_dh_auto_configure:
|
|
dh_auto_configure --buildsystem=cmake -- \
|
|
-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
|
|
-DLIBDIR=/usr/lib/${DEB_HOST_MULTIARCH} \
|
|
+ -DENABLE_CJSON:BOOL=OFF \
|
|
-DENABLE_DOC:BOOL=ON \
|
|
-DENABLE_MAN:BOOL=ON \
|
|
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|