Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
850 B
Referenced Files
None
Subscribers
None
diff --git a/debian/rules b/debian/rules
index 95f63f08..85933771 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,19 @@
#!/usr/bin/make -f
PECL_NAME := $(shell dpkg-parsechangelog -SSource | sed -e s/php-//)
SOURCE_DIR := $(shell ls -1d $(PECL_NAME)-*)
INSTALL_ROOT := $(CURDIR)/debian/php-$(PECL_NAME)
%:
dh $@ --with php --sourcedirectory=$(SOURCE_DIR)
override_dh_auto_install:
dh_auto_install --sourcedirectory=$(SOURCE_DIR) -- INSTALL_ROOT=$(INSTALL_ROOT)
override_dh_auto_configure:
cd $(SOURCE_DIR) && phpize
- dh_auto_configure --sourcedirectory=$(SOURCE_DIR) -- --enable-$(PECL_NAME)
+ dh_auto_configure --sourcedirectory=$(SOURCE_DIR) -- --enable-$(PECL_NAME) --with-libbson --with-libmongoc
override_dh_auto_clean:
dh_auto_clean --sourcedirectory=$(SOURCE_DIR)
cd $(SOURCE_DIR) && phpize --clean

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jun 16, 12:10 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70986
Default Alt Text
(850 B)

Event Timeline