Skip to content
Snippets Groups Projects
Commit 19e8d90f authored by Sebastian Dröge's avatar Sebastian Dröge
Browse files

* debian/rules:

  + Disable selinux for the udeb until we have a libselinux1 udeb.
parent ae6872dd
No related branches found
Tags debian/2.15.2-2
No related merge requests found
glib2.0 (2.15.2-2) experimental; urgency=low
* debian/rules:
+ Disable selinux for the udeb until we have a libselinux1 udeb.
-- Sebastian Dröge <slomo@debian.org> Thu, 17 Jan 2008 11:50:11 +0100
glib2.0 (2.15.2-1) experimental; urgency=low
[ Sebastian Dröge ]
......
......@@ -90,7 +90,8 @@ else
endif
deb_configure_flags := $(common_configure_flags) \
--enable-static
udeb_configure_flags := $(common_configure_flags)
udeb_configure_flags := $(common_configure_flags) \
--disable-selinux
$(STAMP_DIR)/patch-stamp:
dh_testdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment