mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
parent
2198757098
commit
b66c86ecfc
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@ _ruby_abiver=2.2.0
|
||||||
|
|
||||||
pkgname=ruby
|
pkgname=ruby
|
||||||
version=2.2.4
|
version=2.2.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-rpath
|
configure_args="--enable-shared --disable-rpath
|
||||||
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
||||||
|
@ -35,6 +35,9 @@ post_install() {
|
||||||
# Replace reference to the install(1) wrapper
|
# Replace reference to the install(1) wrapper
|
||||||
sed -e "s,${XBPS_WRAPPERDIR},/usr/bin,g" -i \
|
sed -e "s,${XBPS_WRAPPERDIR},/usr/bin,g" -i \
|
||||||
${DESTDIR}/usr/lib/ruby/${_ruby_abiver}/*/rbconfig.rb
|
${DESTDIR}/usr/lib/ruby/${_ruby_abiver}/*/rbconfig.rb
|
||||||
|
# Remove references to hardening -specs.
|
||||||
|
sed -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" -i \
|
||||||
|
${DESTDIR}/usr/lib/ruby/${_ruby_abiver}/*/rbconfig.rb
|
||||||
}
|
}
|
||||||
|
|
||||||
ruby-devel-doc_package() {
|
ruby-devel-doc_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue