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
42a7f46d
Commit
42a7f46d
authored
Jun 20, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: gpg-error: use CPPFLAGS when processing errno.h
parent
d3c89a4f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
contrib/src/gpg-error/cppflags.patch
contrib/src/gpg-error/cppflags.patch
+11
-0
contrib/src/gpg-error/rules.mak
contrib/src/gpg-error/rules.mak
+2
-0
No files found.
contrib/src/gpg-error/cppflags.patch
0 → 100644
View file @
42a7f46d
--- libgpg-error/src/Makefile.am.orig 2012-06-20 11:39:51.650987881 +0200
+++ libgpg-error/src/Makefile.am 2012-06-20 11:40:09.266987882 +0200
@@ -138,7 +138,7 @@
# It is correct to use $(CPP). We want the host's idea of the error codes.
mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
- $(CPP) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
+ $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
$(AWK) -f $(srcdir)/mkerrcodes.awk >$@
-rm _$@
contrib/src/gpg-error/rules.mak
View file @
42a7f46d
...
...
@@ -12,9 +12,11 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/gpg-error/windres-make.patch
endif
$(APPLY)
$(SRC)
/gpg-error/cppflags.patch
$(MOVE)
.gpg-error
:
libgpg-error
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-nls
--disable-shared
--disable-languages
cd
$<
&&
$(MAKE)
install
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