mirror of
https://git.jff.email/cgit/dmidecode.git
synced 2026-08-07 13:08:55 +00:00
fix missing CFLAGS and LDFLAGS
This commit is contained in:
parent
980200c79d
commit
6ad7a37a24
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -8,6 +8,10 @@ dmidecode (3.1-2) unstable; urgency=medium
|
||||
- Change to my new email address.
|
||||
- Use secure copyright format URI.
|
||||
- Add year 2018 to debian/*.
|
||||
* debian/rules:
|
||||
- Add "export DEB_CFLAGS_MAINT_APPEND = -fPIE" and
|
||||
"export DEB_LDFLAGS_MAINT_APPEND = -fPIE -pie" to fix missing CFLAGS
|
||||
and LDFLAGS.
|
||||
* debian/watch:
|
||||
- Use secure URI.
|
||||
- Switch to version 4.
|
||||
@ -16,7 +20,7 @@ dmidecode (3.1-2) unstable; urgency=medium
|
||||
- Change debian/compat to 11.
|
||||
- Bump minimum debhelper version in debian/control to >= 11.
|
||||
|
||||
-- Jörg Frings-Fürst <debian@jff.email> Sat, 04 Aug 2018 21:24:05 +0200
|
||||
-- Jörg Frings-Fürst <debian@jff.email> Sun, 05 Aug 2018 20:22:07 +0200
|
||||
|
||||
dmidecode (3.1-1) unstable; urgency=medium
|
||||
|
||||
|
||||
3
debian/rules
vendored
3
debian/rules
vendored
@ -1,6 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
export DEB_CFLAGS_MAINT_APPEND = -fPIE
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -fPIE -pie
|
||||
|
||||
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
ifeq ($(origin CC),default)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user