Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
fb9d333d
Commit
fb9d333d
authored
Dec 03, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: make sure regex and SQLite get only compiled once per release
parent
90879cf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-0
No files found.
extras/contrib/src/Makefile
View file @
fb9d333d
...
...
@@ -2619,6 +2619,7 @@ regex: regex-$(REGEX_VERSION).tar.gz
.regex
:
regex
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
subirs
=
&&
$(AR)
ru libregex.a regex.o
&&
$(RANLIB)
libregex.a
&&
cp
-v
regex.h
$(PREFIX)
/include
&&
cp
-v
libregex.a
$(PREFIX)
/lib
)
touch
$@
CLEAN_FILE
+=
.regex
CLEAN_PKG
+=
regex
...
...
@@ -2635,6 +2636,7 @@ sqlite-$(SQLITE_VERSION): sqlite-amalgamation-$(SQLITE_VERSION).tar.gz
.sqlite3
:
sqlite-$(SQLITE_VERSION)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.sqlite3
CLEAN_PKG
+=
sqlite-
$(SQLITE_VERSION)
...
...
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