Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
2951994b
Commit
2951994b
authored
Mar 20, 2022
by
Rob Swindell
💬
Browse files
Linux needs strlcpy() defined in xpdev
parent
23a82123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/build/Common.gmake
src/build/Common.gmake
+3
-0
No files found.
src/build/Common.gmake
View file @
2951994b
...
@@ -331,6 +331,9 @@ ifeq ($(os),darwin)
...
@@ -331,6 +331,9 @@ ifeq ($(os),darwin)
CFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
CFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
LDFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
LDFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
endif
endif
ifeq ($(os),linux) # Linux
CFLAGS += -DNEEDS_STRLCPY
endif
# PThread-specific flags
# PThread-specific flags
ifeq ($(os),linux) # Linux
ifeq ($(os),linux) # Linux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment