Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
3
3p-ogg_vorbis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Alchemy
Third Party
3p-ogg_vorbis
Commits
b0ad668a
Commit
b0ad668a
authored
Oct 27, 2020
by
Rye Mutt
🍞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix linking with viewer binary
parent
ffc906ba
Pipeline
#595
passed with stages
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
build-cmd.sh
build-cmd.sh
+4
-4
No files found.
build-cmd.sh
View file @
b0ad668a
...
...
@@ -157,7 +157,7 @@ case "$AUTOBUILD_PLATFORM" in
# debug configure and build
export
PKG_CONFIG_PATH
=
"
$stage
/packages/lib/debug/pkgconfig:
${
OLD_PKG_CONFIG_PATH
}
"
CFLAGS
=
"
$DEBUG_CFLAGS
"
CXXFLAGS
=
"
$DEBUG_CXXFLAGS
"
./configure
--enable-static
--disable-shared
\
CFLAGS
=
"
$DEBUG_CFLAGS
"
CXXFLAGS
=
"
$DEBUG_CXXFLAGS
"
./configure
--enable-static
\
--prefix
=
"
\$
{AUTOBUILD_PACKAGES_DIR}"
--includedir
=
"
\$
{prefix}/include"
--libdir
=
"
\$
{prefix}/lib/debug"
make
-j
$JOBS
make check
...
...
@@ -173,7 +173,7 @@ case "$AUTOBUILD_PLATFORM" in
# Release configure and build
export
PKG_CONFIG_PATH
=
"
$stage
/packages/lib/release/pkgconfig:
${
OLD_PKG_CONFIG_PATH
}
"
CFLAGS
=
"
$RELEASE_CFLAGS
"
CXXFLAGS
=
"
$RELEASE_CXXFLAGS
"
./configure
--enable-static
--disable-shared
\
CFLAGS
=
"
$RELEASE_CFLAGS
"
CXXFLAGS
=
"
$RELEASE_CXXFLAGS
"
./configure
--enable-static
\
--prefix
=
"
\$
{AUTOBUILD_PACKAGES_DIR}"
--includedir
=
"
\$
{prefix}/include"
--libdir
=
"
\$
{prefix}/lib/release"
make
-j
$JOBS
make check
...
...
@@ -195,7 +195,7 @@ case "$AUTOBUILD_PLATFORM" in
export
PKG_CONFIG_PATH
=
"
$stage
/packages/lib/debug/pkgconfig:
${
OLD_PKG_CONFIG_PATH
}
"
CFLAGS
=
"
$DEBUG_CFLAGS
"
CXXFLAGS
=
"
$DEBUG_CXXFLAGS
"
LDFLAGS
=
"
$DEBUG_LDFLAGS
"
\
./configure
--with-pic
--enable-static
--disable-shared
\
./configure
--with-pic
--enable-static
\
--prefix
=
"
\$
{AUTOBUILD_PACKAGES_DIR}"
--includedir
=
"
\$
{prefix}/include"
--libdir
=
"
\$
{prefix}/lib/debug"
make
-j
$JOBS
make
install
DESTDIR
=
"
$stage
"
...
...
@@ -211,7 +211,7 @@ case "$AUTOBUILD_PLATFORM" in
export
PKG_CONFIG_PATH
=
"
$stage
/packages/lib/release/pkgconfig:
${
OLD_PKG_CONFIG_PATH
}
"
CFLAGS
=
"
$RELEASE_CFLAGS
"
CXXFLAGS
=
"
$RELEASE_CXXFLAGS
"
LDFLAGS
=
"
$RELEASE_LDFLAGS
"
\
./configure
--with-pic
--enable-static
--disable-shared
\
./configure
--with-pic
--enable-static
\
--prefix
=
"
\$
{AUTOBUILD_PACKAGES_DIR}"
--includedir
=
"
\$
{prefix}/include"
--libdir
=
"
\$
{prefix}/lib/release"
make
-j
$JOBS
make
install
DESTDIR
=
"
$stage
"
...
...
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