comparison network/dhcpcd/dhcpcd.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 9f90de3d806f
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
43 LDFLAGS="$LDFLAGS" \ 43 LDFLAGS="$LDFLAGS" \
44 LIBS="$LIBS" \ 44 LIBS="$LIBS" \
45 ./configure \ 45 ./configure \
46 --build=$CBUILD \ 46 --build=$CBUILD \
47 --host=$CHOST \ 47 --host=$CHOST \
48 --prefix=/ \ 48 --prefix= \
49 --disable-static \ 49 --sbindir=/bin \
50 --enable-shared 50 --mandir=/share/man \
51 --datadir=/share \
52 --disable-static
51 make 53 make
52 make install DESTDIR=$DESTDIR 54 make install DESTDIR=$DESTDIR
53 install -Dm0644 ../dhcpcd $DESTDIR/etc/rc.d/dhcpcd 55 install -Dm0644 ../dhcpcd $DESTDIR/etc/rc.d/dhcpcd
54 56
55 popd 57 popd