Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libisoburn
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Libburnia
libisoburn
Commits
d8128353
Commit
d8128353
authored
Apr 25, 2017
by
Thomas Schmitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix: Variable LDFLAGS was emptied during ./configure test for jtethreads
parent
e30507dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure_ac.txt
xorriso/configure_ac.txt
+1
-1
xorriso_timestamp.h
xorriso/xorriso_timestamp.h
+1
-1
No files found.
xorriso/configure_ac.txt
View file @
d8128353
...
...
@@ -339,7 +339,7 @@ AC_ARG_ENABLE(jtethreads,
if test x$LIBJTE_DEF = xyes
then
if test "x$enable_jtethreads" = xyes; then
mem_LDFLAG
s
="$LDFLAGS"
mem_LDFLAG
S
="$LDFLAGS"
LDFLAGS="$LDFLAGS $THREAD_LIBS"
AC_MSG_CHECKING([for pthread_cancel()])
AC_TRY_LINK([#include <pthread.h>],
...
...
xorriso/xorriso_timestamp.h
View file @
d8128353
#define Xorriso_timestamP "2017.04.
09.175347
"
#define Xorriso_timestamP "2017.04.
25.135002
"
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