Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
fd14047a
Commit
fd14047a
authored
May 29, 2012
by
Guillaume Lazzara
Committed by
Roland Levillain
Jun 30, 2014
Browse files
debian/rules: Add hardening flags according to Debian policy.
Signed-off-by:
Roland Levillain
<
roland@lrde.epita.fr
>
parent
ff4fcfe1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fd14047a
2012-05-29 Guillaume Lazzara <z@lrde.epita.fr>
* debian/rules: Add hardening flags according to Debian policy.
2012-05-29 Guillaume Lazzara <z@lrde.epita.fr>
* debian/compat: Upgrade to debhelper 9.
...
...
debian/rules
View file @
fd14047a
...
...
@@ -22,10 +22,14 @@ endif
build: build-stamp
# Add Hardening flags during configure according to Debian policy.
# See: http://wiki.debian.org/HardeningWalkthrough
# http://wiki.debian.org/Hardening
build-stamp:
dh_testdir
./bootstrap
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-scribo --prefix=/usr --libexecdir=/usr/lib
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-scribo --prefix=/usr --libexecdir=/usr/lib
$(shell dpkg-buildflags --export=configure)
$(MAKE) -j$(CPU_COUNT)
touch $@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment