mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
- The port now uses the combined patch set for OpenBSD and FreeBSD maintained by Robert Nagy. - Fix build on i386 again. Obtained from: Robert Nagy <robert@openbsd.org> Security: https://vuxml.freebsd.org/freebsd/e12432af-8e73-11ec-8bc4-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/e852f43c-846e-11ec-b043-3065ec8fd3ec.html
10 lines
299 B
Python
10 lines
299 B
Python
--- build/linux/strip_binary.py.orig 2022-02-07 13:39:41 UTC
|
|
+++ build/linux/strip_binary.py
|
|
@@ -10,6 +10,7 @@ import sys
|
|
|
|
|
|
def main():
|
|
+ return 0
|
|
argparser = argparse.ArgumentParser(description='eu-strip binary.')
|
|
|
|
argparser.add_argument('--eu-strip-binary-path', help='eu-strip path.')
|