CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
shadow: updated to 4.4
[crossrootfs.git] / shadow / Pkgfile
index d570a5e502a023bb4fcf6ba066e0a1d0bc14dfb2..8a06859685621178447d9c1beef8c948ac7dcf7d 100644 (file)
@@ -5,16 +5,19 @@
 # Depends on:
 
 name=shadow
-version=4.1.5.1
-release=3
-source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2 \
+version=4.4
+release=1
+source=(http://crux.nu/files/distfiles/$name-$version.tar.xz
         pwck login.defs)
 
 build() {
-  cd $name-$version
+  cd $name-upstream-$version
 
   echo "ac_cv_func_setpgrp_void=yes" >> config.cache
 
+  # Fix first configure to point to the right place
+  sed "s|lt_sysroot=|lt_sysroot=$CLFS|g" -i aclocal.m4
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
@@ -28,6 +31,9 @@ build() {
               --without-audit \
               --cache-file=config.cache
 
+  # Forcing libtool to prioritize our sysroot
+  sed "s|lt_sysroot=|lt_sysroot=$CLFS|g" -i libtool
+
   make
   make DESTDIR=$PKG install