Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
84ec9c8c
Commit
84ec9c8c
authored
Sep 12, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert -Wl,--no-undefined change since it doesn't work on Mac (among other platforms).
parent
b62d90d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.am
c++/Makefile.am
+3
-3
No files found.
c++/Makefile.am
View file @
84ec9c8c
...
@@ -157,7 +157,7 @@ lib_LTLIBRARIES = libkj.la libcapnp.la libcapnpc.la
...
@@ -157,7 +157,7 @@ lib_LTLIBRARIES = libkj.la libcapnp.la libcapnpc.la
# -lpthread is here to work around https://bugzilla.redhat.com/show_bug.cgi?id=661333
# -lpthread is here to work around https://bugzilla.redhat.com/show_bug.cgi?id=661333
libkj_la_LIBADD
=
$(PTHREAD_LIBS)
-lpthread
libkj_la_LIBADD
=
$(PTHREAD_LIBS)
-lpthread
libkj_la_LDFLAGS
=
-release
$(VERSION)
-
Wl
,-
-no-undefined
libkj_la_LDFLAGS
=
-release
$(VERSION)
--no-undefined
libkj_la_SOURCES
=
\
libkj_la_SOURCES
=
\
src/kj/common.c++
\
src/kj/common.c++
\
src/kj/units.c++
\
src/kj/units.c++
\
...
@@ -177,7 +177,7 @@ libkj_la_SOURCES= \
...
@@ -177,7 +177,7 @@ libkj_la_SOURCES= \
# -lpthread is here to work around https://bugzilla.redhat.com/show_bug.cgi?id=661333
# -lpthread is here to work around https://bugzilla.redhat.com/show_bug.cgi?id=661333
libcapnp_la_LIBADD
=
libkj.la
$(PTHREAD_LIBS)
-lpthread
libcapnp_la_LIBADD
=
libkj.la
$(PTHREAD_LIBS)
-lpthread
libcapnp_la_LDFLAGS
=
-release
$(VERSION)
-
Wl
,-
-no-undefined
libcapnp_la_LDFLAGS
=
-release
$(VERSION)
--no-undefined
libcapnp_la_SOURCES
=
\
libcapnp_la_SOURCES
=
\
src/capnp/c++.capnp.c++
\
src/capnp/c++.capnp.c++
\
src/capnp/blob.c++
\
src/capnp/blob.c++
\
...
@@ -196,7 +196,7 @@ libcapnp_la_SOURCES= \
...
@@ -196,7 +196,7 @@ libcapnp_la_SOURCES= \
# -lpthread is here to work around https://bugzilla.redhat.com/show_bug.cgi?id=661333
# -lpthread is here to work around https://bugzilla.redhat.com/show_bug.cgi?id=661333
libcapnpc_la_LIBADD
=
libcapnp.la libkj.la
$(PTHREAD_LIBS)
-lpthread
libcapnpc_la_LIBADD
=
libcapnp.la libkj.la
$(PTHREAD_LIBS)
-lpthread
libcapnpc_la_LDFLAGS
=
-release
$(VERSION)
-
Wl
,-
-no-undefined
libcapnpc_la_LDFLAGS
=
-release
$(VERSION)
--no-undefined
libcapnpc_la_SOURCES
=
\
libcapnpc_la_SOURCES
=
\
src/capnp/compiler/md5.h
\
src/capnp/compiler/md5.h
\
src/capnp/compiler/md5.c++
\
src/capnp/compiler/md5.c++
\
...
...
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