|
@@ -3,6 +3,10 @@
|
|
|
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
|
|
|
# Some lines taken from debmake, by Cristoph Lameter.
|
|
|
|
|
|
+export DEB_BUILD_HARDENING=1
|
|
|
+export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
|
|
|
+export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
|
|
|
+
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
@@ -12,6 +16,7 @@ build: build-stamp
|
|
|
build-stamp:
|
|
|
dh_testdir
|
|
|
|
|
|
+ autoreconf
|
|
|
./configure --prefix=/usr --mandir=/usr/share/man \
|
|
|
--with-libwrap --enable-bcrelay
|
|
|
# Add here commands to compile the package.
|