Skip to content

Commit

Permalink
Merge pull request #965 from Florin65/lvm2
Browse files Browse the repository at this point in the history
lvm2: version bumped to 2.02.127.
  • Loading branch information
Ratler committed Aug 12, 2015
2 parents 9bf443c + 163e2ae commit 09caa6f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
42 changes: 21 additions & 21 deletions filesys/lvm2/BUILD
@@ -1,25 +1,25 @@
CFLAGS+=" -fPIE "
LDFLAGS+=" -pie "
CFLAGS+=" -fPIE "
LDFLAGS+=" -pie "

if module_installed systemd; then
OPTS+=" --with-udev_prefix=/usr \
--with-systemdsystemunitdir=$(pkg-config systemd --variable=systemdsystemunitdir)"
else
OPTS+=" --with-udev_prefix=/"
fi &&
if module_installed systemd; then
OPTS+=" --with-udev_prefix=/usr \
--with-systemdsystemunitdir=$(pkg-config systemd --variable=systemdsystemunitdir)"
else
OPTS+=" --with-udev_prefix=/"
fi &&


./configure --sbindir=/sbin \
--libdir=/lib \
--enable-cmdlib \
--enable-pkgconfig \
--with-optimisation="$CFLAGS" \
--enable-fsadm \
--enable-dmeventd \
--enable-applib \
--enable-udev_sync \
--enable-udev_rules \
$OPTS &&
./configure --sbindir=/sbin \
--libdir=/lib \
--enable-cmdlib \
--enable-pkgconfig \
--with-optimisation="$CFLAGS" \
--enable-fsadm \
--enable-dmeventd \
--enable-applib \
--enable-udev_sync \
--enable-udev_rules \
$OPTS &&

default_make &&
make install_system_dirs
default_make &&
make install_system_dirs
38 changes: 19 additions & 19 deletions filesys/lvm2/BUILD.x86_64
@@ -1,21 +1,21 @@
if module_installed systemd; then
OPTS+=" --with-udev_prefix=/usr \
--with-systemdsystemunitdir=$(pkg-config systemd --variable=systemdsystemunitdir)"
else
OPTS+=" --with-udev_prefix=/"
fi &&
if module_installed systemd; then
OPTS+=" --with-udev_prefix=/usr \
--with-systemdsystemunitdir=$(pkg-config systemd --variable=systemdsystemunitdir)"
else
OPTS+=" --with-udev_prefix=/"
fi &&

./configure --sbindir=/sbin \
--libdir=/lib \
--enable-cmdlib \
--enable-pkgconfig \
--with-optimisation="$CFLAGS" \
--enable-fsadm \
--enable-dmeventd \
--enable-applib \
--enable-udev_sync \
--enable-udev_rules \
$OPTS &&
./configure --sbindir=/sbin \
--libdir=/lib \
--enable-cmdlib \
--enable-pkgconfig \
--with-optimisation="$CFLAGS" \
--enable-fsadm \
--enable-dmeventd \
--enable-applib \
--enable-udev_sync \
--enable-udev_rules \
$OPTS &&

default_make &&
make install_system_dirs
default_make &&
make install_system_dirs
6 changes: 3 additions & 3 deletions filesys/lvm2/DETAILS
@@ -1,13 +1,13 @@
MODULE=lvm2
VERSION=2.02.125
VERSION=2.02.127
SOURCE=LVM2.$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/LVM2.$VERSION
SOURCE_URL[0]=ftp://sources.redhat.com/pub/lvm2
SOURCE_URL[1]=ftp://sources.redhat.com/pub/lvm2/old
SOURCE_VFY=sha256:0e6da28465752cc2db7e7e6fc7b012a0146a98d717ac5dea1c900d4bc32bedb1
SOURCE_VFY=sha256:ce113e82e70f8b89de0f539c5a8e5e904eebc5a6686aafc5ed1f9e881cc4174f
WEB_SITE=http://sources.redhat.com/lvm2
ENTERED=20040511
UPDATED=20150713
UPDATED=20150811
SHORT="Logical volume manager"
PSAFE=no
LUNAR_RESTART_SERVICES=off
Expand Down

0 comments on commit 09caa6f

Please sign in to comment.