Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuz/4317575 to your computer and use it in GitHub Desktop.
Save mariuz/4317575 to your computer and use it in GitHub Desktop.
diff --git a/debian/control b/debian/control
index 57fcc0c..f3642a9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
bison,
debhelper (>= 8.1.3),
docbook-to-man,
- dpkg-dev (>= 1.16.1),
+ dpkg-dev,
gawk,
libatomic-ops-dev (>= 1.2+cvs20091005),
libedit-dev,
diff --git a/debian/rules b/debian/rules
index 61c358f..c9db281 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,8 +63,8 @@ confflags += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--with-fbhelp=${VAR}/system --with-fbintl=${ULFB}/intl \
--with-fbmisc=${ULFB}/misc --with-fbsecure-db=${VAR}/system \
--with-fbmsg=${USFB} --with-fblog=/var/log --with-fbglock=${RUN} \
- --with-fbplugins=${ULFB}/plugins \
- $(shell dpkg-buildflags --export=configure)
+ --with-fbplugins=${ULFB}/plugins
+
# see #575564
export FIREBIRD_LOCK=$(CURDIR)/debian/tmp-lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment