diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-29 18:10:03 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-29 18:10:03 +0200 |
commit | ec4965b0a395e522b3ba8fbfaf27ab7fd86315c5 (patch) | |
tree | 6fb61681d28aa2f3b9b842c3437aa78ab97a8c3a /debian/rules | |
parent | b235d04709eaeefdebaf03d6a56b39ed52d49c7c (diff) |
rewrite d/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 59df3b7..6ed560b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,17 +2,19 @@ # -*- makefile -*- # Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +# export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all +CFLAGS += -fPIC +CONFPARA = --enable-gpl --enable-useflags --enable-libsensors %: dh $@ --with autotools-dev --with systemd override_dh_auto_configure: $(CURDIR)/beforeconf.sh - dh_auto_configure + dh_auto_configure -- $(CONFPARA) override_dh_autoreconf: dh_autoreconf --exclude=mkinstalldirs |