Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upncdu: Add new package #4039
ncdu: Add new package #4039
Conversation
|
Remove the COMPONENT_REVISION because this will be the first release of the package under the version 1.13. Setting (or increasing) the COMPONENT_REVISION is only needed if you provide changes to the installation without changing the COMPONENT_VERSION in order to make it distinquishable from older revsions with the same version. |
|
|
||
| CFLAGS += -I/usr/include/ncurses | ||
|
|
||
| CONFIGURE_BINDIR.64 = $(CONFIGURE_BINDIR.32) |
This comment has been minimized.
This comment has been minimized.
alarcher
Mar 11, 2018
Contributor
You can use PREFERRED_BITS=64 instead of Line 39. Place it just before "include ../../../make-rules/shared-macros.mk"
|
Hi. Do you get notified automatically if I push an update or am I supposed to write a comment? Thanks, |
| CFLAGS += -I/usr/include/ncurses | ||
|
|
||
| # Enable Address Space Layout Randomization | ||
| ASLR_MODE = $(ASLR_ENABLE) |
hliebel commentedMar 11, 2018
No description provided.