Skip to content

Commit

Permalink
Merge pull request #18 from spakka/debian_use_cpp_flags
Browse files Browse the repository at this point in the history
Include CPPFLAGS
  • Loading branch information
spakka authored Nov 5, 2023
2 parents 7753e07 + 56f65bb commit 1714526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ PLEASE DO NOT E-MAIL INDIVIDUAL DEVELOPERS ABOUT
ISSUES, AS YOUR E-MAIL MAY BE LOST
==========================================================

2023-11-05 Colin Petrie <[email protected]>
* Include CPPFLAGS

2020-09-20 Colin Petrie <[email protected]>
* Use dynamic allocation for prefixes in NLRI
This reverts some old historical madness and will now handle as
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

CC = @CC@ -fPIC
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(CFLAGS) $(INCLUDES)
COMPILE = $(CC) $(CFLAGS) $(CPPFLAGS) $(INCLUDES)

LD = @CC@
LDFLAGS = @LDFLAGS@
Expand Down

0 comments on commit 1714526

Please sign in to comment.