Skip to content

Commit

Permalink
debian/rules: Run pre-build command with dh-autoreconf
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed Feb 6, 2019
1 parent ebaa153 commit 0592915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk

export HOME=$(CURDIR)/fake-home

DEB_DH_AUTORECONF_ARGS += --as-needed
DEB_DH_AUTORECONF_ARGS = --as-needed
DEB_DH_AUTORECONF_ARGS += ./autogen.sh

CFLAGS += -Wno-error
CXXFLAGS += -Wno-error
Expand Down

0 comments on commit 0592915

Please sign in to comment.