d/rules.d/certs: Add newly required include directory to CPPFLAGS
This commit is contained in:
parent
57872f2a04
commit
58b5e4f29c
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
linux (6.6.88-2~tileos) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* d/rules.d/certs: Add newly required include directory to CPPFLAGS
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 29 Apr 2025 19:25:25 +0400
|
||||||
|
|
||||||
linux (6.6.88-1~tileos) bookworm; urgency=medium
|
linux (6.6.88-1~tileos) bookworm; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
2
debian/rules.d/certs/Makefile
vendored
2
debian/rules.d/certs/Makefile
vendored
|
@ -3,5 +3,5 @@ PROGS = \
|
||||||
|
|
||||||
include $(top_rulesdir)/Makefile.inc
|
include $(top_rulesdir)/Makefile.inc
|
||||||
|
|
||||||
CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
|
CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I$(top_srcdir)/scripts
|
||||||
extract-cert: LDLIBS += -lcrypto
|
extract-cert: LDLIBS += -lcrypto
|
||||||
|
|
Loading…
Add table
Reference in a new issue