Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
9cdd5e99
Commit
9cdd5e99
authored
Oct 04, 2013
by
Matt Johnston
Browse files
Fix up debian build
parent
897ed712
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9cdd5e99
dropbear
(
2013.59
-
0.1
)
unstable
;
urgency
=
low
*
New
upstream
release
.
*
Build
with
DEB_BUILD_MAINT_OPTIONS
=
hardening
=+
all
--
Matt
Johnston
<
matt
@
ucc
.
asn
.
au
>
Fri
,
4
Oct
2013
22
:
54
:
00
+
0800
...
...
debian/rules
View file @
9cdd5e99
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
#export DH_OPTIONS
DEB_HOST_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
...
...
@@ -9,13 +13,6 @@ ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
STRIP =: nostrip
endif
CFLAGS =-Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS +=-O0
else
CFLAGS +=-O2
endif
CONFFLAGS =
CC =gcc
ifneq (,$(findstring diet,$(DEB_BUILD_OPTIONS)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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