diff options
Diffstat (limited to 'net/sup/files/patch-lib_Makefile')
-rw-r--r-- | net/sup/files/patch-lib_Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/sup/files/patch-lib_Makefile b/net/sup/files/patch-lib_Makefile new file mode 100644 index 000000000000..89d12b581d6b --- /dev/null +++ b/net/sup/files/patch-lib_Makefile @@ -0,0 +1,14 @@ +--- lib/Makefile.orig ++++ lib/Makefile +@@ -2,10 +2,9 @@ + + NOLINT= # defined + NOPIC= # defined +-NOPROFILE=# defined + NO_LINT= # defined + NO_PIC= # defined +-NO_PROFILE=# defined ++MK_PROFILE=no + + LIB= sup + |