Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
66170b6f
Commit
66170b6f
authored
Nov 09, 2011
by
Rafaël Carré
Browse files
contrib: fix zvbi .pc
don't use absolute path to library because it pkg-config reorders it
parent
6eedfacd
Changes
1
Show whitespace changes
Inline
Side-by-side
contrib/src/zvbi/rules.mak
View file @
66170b6f
...
...
@@ -42,4 +42,6 @@ endif
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(ZVBI_CFLAGS)
"
./configure
$(ZVBICONF)
cd
$<
/src
&&
$(MAKE)
install
cd
$<
&&
$(MAKE)
SUBDIRS
=
.
install
cat
"
$(PREFIX)
/lib/pkgconfig/zvbi-0.2.pc"
|
sed
-e
s/
'[^ ]*iconv.a'
/-liconv/
>
$<
/zvbi-iconv-fixed.pc
mv
$<
/zvbi-iconv-fixed.pc
"
$(PREFIX)
/lib/pkgconfig/zvbi-0.2.pc"
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