diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-29 16:09:06 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-29 16:09:06 -0700 |
commit | 105c6d67e6fa3d636068a2a4407bfa6adfafe0cc (patch) | |
tree | 142d8bfeeb2e1756d34cefaee49377841af406d7 /debian/rules | |
parent | 911ae3fbdd12bcfa39e6bbd85a7327ddd1cb9287 (diff) |
Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs does the right thing on its own, and correctly handles DEB_BUILD_OPTS.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e04faa5..15d097a 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,6 @@ DEB_DBG_PACKAGE_libxcbxvmc0=libxcbxvmc0-dbg include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_CONFIGURE_EXTRA_FLAGS = --with-opt DEB_MAKE_CHECK_TARGET=check debian/copyright: debian/copyright.debian COPYING |