[php-maint] PHP 5 module STOMP (#709514) - lintian warning

Jonas Genannt jonas.genannt at capi2name.de
Thu May 23 19:29:34 UTC 2013


Hello,

I have done packaging of the stomp module for PHP 5.

It's available on git:
	http://anonscm.debian.org/gitweb?p=pkg-php/php-stomp.git;a=summary

I have one problem with an lintian warning:

W: php5-stomp: hardening-no-fortify-functions usr/lib/php5/20100525/stomp.so

I already using debhelper 9 and the configure in d/rules uses:

	(cd $(SOURCE_DIR); \
	$(PHPIZE); \
	./configure --with-php-config=$(PHPCONFIG) --prefix=/usr \
	$(shell dpkg-buildflags --export=configure) \
        )

The interesting part is "$(shell dpkg-buildflags --export=configure)".

Can anybody tell me, how to fix that lintian warning on php-stomp?

Thanks,
	Jonas



More information about the pkg-php-maint mailing list