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
Gautam Chitnis
web-ui-redesign
Commits
75588190
Commit
75588190
authored
Apr 04, 2008
by
Konstantin Pavlov
Browse files
Contrib: fix libcdio cdparanoia pkgconfig files installation.
parent
8290af9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
75588190
...
...
@@ -1459,9 +1459,10 @@ libcdio-$(CDIO_VERSION).tar.gz:
libcdio
:
libcdio-$(CDIO_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p0
< Patches/libcdio-install-cdparanoia-pc.patch
.cdio
:
libcdio
(
cd
$<
;
sed
-e
's%@ENABLE_CPP_TRUE@SUBDIRS = C++%@ENABLE_CPP_TRUE@SUBDIRS = %'
-i
.orig example/Makefile.in
&&
./configure
--prefix
=
$(PREFIX)
--without-vcdinfo
--disable-shared
&&
make
&&
make
install
)
(
cd
$<
;
sed
-e
's%@ENABLE_CPP_TRUE@SUBDIRS = C++%@ENABLE_CPP_TRUE@SUBDIRS = %'
-i
.orig example/Makefile.in
&&
autoreconf
-fisv
&&
./configure
--prefix
=
$(PREFIX)
--without-vcdinfo
--disable-shared
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.cdio
...
...
extras/contrib/src/Patches/libcdio-install-cdparanoia-pc.patch
0 → 100644
View file @
75588190
--- libcdio/Makefile.am 2008-03-15 19:21:28.000000000 +0300
+++ libcdio.patched/Makefile.am 2008-04-04 03:29:17.000000000 +0400
@@ -48,8 +48,8 @@
libcdio++.pc \
libiso9660.pc \
libiso9660++.pc \
- libudf.pc
- $(paranoiapcs)
+ libudf.pc \
+ $(paranoiapcs)
$(pkgconfig_DATA): config.status
Write
Preview
Supports
Markdown
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