Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
fe57fdaa
Commit
fe57fdaa
authored
May 08, 2014
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add USE_NAMED_SEMAPHORES to Mac OSX compile options
Bug: 407343
parent
92824a94
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
441 deletions
+1
-441
Makefile
Makefile
+1
-1
Makefile
build/Makefile
+0
-440
No files found.
Makefile
View file @
fe57fdaa
...
...
@@ -232,7 +232,7 @@ MQTTLIB_A_TARGET = ${blddir}/lib${MQTTLIB_A}.so.${VERSION}
MQTTLIB_AS_TARGET
=
${
blddir
}
/lib
${
MQTTLIB_AS
}
.so.
${
VERSION
}
MQTTVERSION_TARGET
=
${
blddir
}
/MQTTVersion
CCFLAGS_SO
=
-g
-fPIC
-Os
-Wall
-fvisibility
=
hidden
-Wno-deprecated-declarations
CCFLAGS_SO
=
-g
-fPIC
-Os
-Wall
-fvisibility
=
hidden
-Wno-deprecated-declarations
-DUSE_NAMED_SEMAPHORES
FLAGS_EXE
=
-I
${
srcdir
}
-lpthread
-L
${
blddir
}
LDFLAGS_C
=
-shared
-Wl
,-install_name,lib
$(MQTTLIB_C)
.so.
${
MAJOR_VERSION
}
-Wl
,-init,_MQTTClient_init
-lpthread
...
...
build/Makefile
deleted
100644 → 0
View file @
92824a94
This diff is collapsed.
Click to expand it.
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