[cpp-log4shib] 03/05: Stop fiddling with configure switches
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:15:15 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.0.0-2
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=c9beebeb9030c5f7131a60fca6dcaf46cf76cdb9
commit c9beebeb9030c5f7131a60fca6dcaf46cf76cdb9
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Sat Nov 24 16:04:34 2018 +0100
Stop fiddling with configure switches
--enable-debug has nothing to do with the optimization level,
and --disable-static is the default with our latest patches.
---
debian/rules | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/debian/rules b/debian/rules
index 89a3ea7..343282e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,18 +7,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# the linkage because it uses -nostdlib. See #468555.
export DEB_LDFLAGS_MAINT_APPEND = -lpthread
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- DEBUG = --enable-debug
-else
- DEBUG =
-endif
-
%:
dh $@
-override_dh_auto_configure:
- dh_auto_configure -- --disable-static $(DEBUG)
-
override_dh_auto_build-indep:
$(MAKE) docs
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list