Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rguenther:plgrnd
curlftpfs
curlftpfs-needs-pthread
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File curlftpfs-needs-pthread of Package curlftpfs
From: Jeff Mahoney <jeffm@suse.com> Subject: curlftpfs: sem_post needs -pthread curlftpfs calls sem_post, which needs to be built with -pthread Signed-off-by: Jeff Mahoney <jeffm@suse.com> --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ DIST_SUBDIRS = $(SUBDIRS) tests LIBICONV = @LIBICONV@ AM_CPPFLAGS = -DFUSE_USE_VERSION=26 -AM_LDFLAGS = $(LIBICONV) +AM_CFLAGS = -pthread +AM_LDFLAGS = $(LIBICONV) -pthread bin_PROGRAMS = curlftpfs
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor