Codebase list scottfree / 9c85bbe
Apply hardening flags when linking Stephen Kitt 2 years ago
3 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 * Allow building without requiring root.
88 * Switch to debhelper compatibility level 13.
99 * Update debian/copyright.
10 * Apply hardening flags when linking.
1011
1112 -- Stephen Kitt <skitt@debian.org> Tue, 26 Oct 2021 09:54:55 +0200
1213
1414 -ScottCurses: ScottCurses.o
1515 - $(CC) ScottCurses.o -o ScottCurses -lcurses -ltermcap
1616 +scottfree: ScottCurses.o
17 + $(CC) ScottCurses.o -o scottfree -lcurses
17 + $(CC) $(LDFLAGS) ScottCurses.o -o scottfree -lcurses
1818
1919 +install:
2020 + mkdir -p $(DESTDIR)/usr/games
00 #!/usr/bin/make -f
1
2 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
13
24 %:
35 dh $@