Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
147
Issues
147
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
e07ad35c
Commit
e07ad35c
authored
Oct 09, 2020
by
Adrien Béraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/libressl: use -p with mkdir
Change-Id: I1fbe97ae840318c4cd6a3b4022bd0aa9335dc5ce
parent
ea53b277
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
contrib/src/libressl/rules.mak
contrib/src/libressl/rules.mak
+3
-3
No files found.
contrib/src/libressl/rules.mak
View file @
e07ad35c
...
...
@@ -52,11 +52,11 @@ ifdef HAVE_WIN32
else
ifdef
HAVE_WIN64
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
&&
$(MAKE)
&&
$(MAKE)
install
else
ifeq
($(IOS_TARGET_PLATFORM),iPhoneOS)
cd
$<
&&
mkdir
build
&&
cd
build
&&
$(CMAKE)
-DLIBRESSL_TESTS
=
Off
-DLIBRESSL_APPS
=
Off
-DDESTDIR
=
$(PREFIX)
-DCMAKE_C_FLAGS
=
'-miphoneos-version-min=9.3 -fembed-bitcode -arch arm64'
..
&&
$(MAKE)
&&
$(MAKE)
install
cd
$<
&&
mkdir
-p
build
&&
cd
build
&&
$(CMAKE)
-DLIBRESSL_TESTS
=
Off
-DLIBRESSL_APPS
=
Off
-DDESTDIR
=
$(PREFIX)
-DCMAKE_C_FLAGS
=
'-miphoneos-version-min=9.3 -fembed-bitcode -arch arm64'
..
&&
$(MAKE)
&&
$(MAKE)
install
else
ifeq
($(IOS_TARGET_PLATFORM),iPhoneSimulator)
cd
$<
&&
mkdir
build
&&
cd
build
&&
$(CMAKE)
-DLIBRESSL_TESTS
=
Off
-DLIBRESSL_APPS
=
Off
-DDESTDIR
=
$(PREFIX)
-DCMAKE_C_FLAGS
=
'-miphoneos-version-min=9.3 -fembed-bitcode -arch x86_64'
..
&&
$(MAKE)
&&
$(MAKE)
install
cd
$<
&&
mkdir
-p
build
&&
cd
build
&&
$(CMAKE)
-DLIBRESSL_TESTS
=
Off
-DLIBRESSL_APPS
=
Off
-DDESTDIR
=
$(PREFIX)
-DCMAKE_C_FLAGS
=
'-miphoneos-version-min=9.3 -fembed-bitcode -arch x86_64'
..
&&
$(MAKE)
&&
$(MAKE)
install
else
cd
$<
&&
mkdir
build
&&
cd
build
&&
$(CMAKE)
-DLIBRESSL_TESTS
=
Off
-DLIBRESSL_APPS
=
Off
-DDESTDIR
=
$(PREFIX)
..
&&
$(MAKE)
&&
$(MAKE)
install
cd
$<
&&
mkdir
-p
build
&&
cd
build
&&
$(CMAKE)
-DLIBRESSL_TESTS
=
Off
-DLIBRESSL_APPS
=
Off
-DDESTDIR
=
$(PREFIX)
..
&&
$(MAKE)
&&
$(MAKE)
install
endif
rm
-rf
$(PREFIX)/lib/*.so
$(PREFIX)/lib/*.so.*
touch
$@
...
...
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