forked from rosa/hakurei
internal/rosa/package/ncurses: enable deterministic archives
This is not done by default in upstream build system. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -20,6 +20,13 @@ package ncurses {
|
||||
|
||||
// "tests" are actual demo programs, not a test suite.
|
||||
skipCheck = true;
|
||||
|
||||
postInstall = `
|
||||
find /work/system/lib \
|
||||
-type f \
|
||||
-name '*.a' \
|
||||
-exec objcopy --enable-deterministic-archives {} \;
|
||||
`;
|
||||
};
|
||||
|
||||
inputs = [ pkg-config ];
|
||||
|
||||
Reference in New Issue
Block a user