mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-01 12:33:49 +00:00
debian: Enable hardening for the OpenBSC packages
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -17,6 +17,8 @@ DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
|
|||||||
DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
|
DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
|
||||||
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
|
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
|
||||||
|
|
||||||
|
export DEB_BUILD_HARDENING=1
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh --sourcedirectory=openbsc --with autoreconf $@
|
dh --sourcedirectory=openbsc --with autoreconf $@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user