Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
c433918e
Commit
c433918e
authored
Jul 25, 2014
by
Sean McGovern
Committed by
Jean-Baptiste Kempf
Jul 26, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: add LDFLAGS to Solaris build
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
5b120c07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
contrib/src/lua/rules.mak
contrib/src/lua/rules.mak
+5
-0
No files found.
contrib/src/lua/rules.mak
View file @
c433918e
...
@@ -51,6 +51,11 @@ ifdef HAVE_DARWIN_OS
...
@@ -51,6 +51,11 @@ ifdef HAVE_DARWIN_OS
-e
's%LDFLAGS=%LDFLAGS=
$(EXTRA_CFLAGS)
$(EXTRA_LDFLAGS)
%'
\
-e
's%LDFLAGS=%LDFLAGS=
$(EXTRA_CFLAGS)
$(EXTRA_LDFLAGS)
%'
\
-i
.orig src/Makefile
)
-i
.orig src/Makefile
)
endif
endif
ifdef
HAVE_SOLARIS
(
cd
$(UNPACK_DIR)
&&
\
sed
-e
's%LIBS="-ldl"$$%LIBS="-ldl" MYLDFLAGS="
$(EXTRA_LDFLAGS)
"%'
\
-i
.orig src/Makefile
)
endif
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
cd
$(UNPACK_DIR)
&&
sed
-i
.orig
-e
's/lua luac/lua.exe luac.exe/'
Makefile
cd
$(UNPACK_DIR)
&&
sed
-i
.orig
-e
's/lua luac/lua.exe luac.exe/'
Makefile
endif
endif
...
...
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