diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/_base/applications/adept/debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/_base/applications/adept/debian/rules b/debian/_base/applications/adept/debian/rules index e68cf457c..a477f6257 100755 --- a/debian/_base/applications/adept/debian/rules +++ b/debian/_base/applications/adept/debian/rules @@ -16,9 +16,6 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept |