Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
9514c503
Commit
9514c503
authored
May 05, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: don't build gpg-error executable
parent
76c60ba6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
contrib/src/gpg-error/no-executable.patch
contrib/src/gpg-error/no-executable.patch
+22
-0
contrib/src/gpg-error/rules.mak
contrib/src/gpg-error/rules.mak
+1
-0
No files found.
contrib/src/gpg-error/no-executable.patch
0 → 100644
View file @
9514c503
--- libgpg-error/Makefile.am.orig 2015-05-05 16:59:07.513558034 +0200
+++ libgpg-error/Makefile.am 2015-05-05 16:59:18.150414495 +0200
@@ -39,7 +39,7 @@
doc =
endif
-SUBDIRS = m4 src $(doc) tests po $(lang_subdirs)
+SUBDIRS = m4 src $(doc) $(lang_subdirs)
dist-hook: gen-ChangeLog
--- libgpg-error/src/Makefile.am.orig 2014-10-25 14:42:43.000000000 +0200
+++ libgpg-error/src/Makefile.am 2015-05-05 16:59:40.887486960 +0200
@@ -31,7 +31,7 @@
localedir = $(datadir)/locale
-bin_PROGRAMS = gpg-error
+bin_PROGRAMS =
if HAVE_W32_SYSTEM
noinst_PROGRAMS = gen-w32-lock-obj
contrib/src/gpg-error/rules.mak
View file @
9514c503
...
...
@@ -13,6 +13,7 @@ ifdef HAVE_WIN32
$(APPLY)
$(SRC)
/gpg-error/windres-make.patch
endif
$(APPLY)
$(SRC)
/gpg-error/missing-unistd-include.patch
$(APPLY)
$(SRC)
/gpg-error/no-executable.patch
$(MOVE)
cp
$@
/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h
$@
/src/syscfg/lock-obj-pub.linux-android.h
ifdef
HAVE_IOS
...
...
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