diff options
author | Juergen Daubert <jue@jue.li> | 2009-10-18 13:36:19 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-10-18 13:36:19 +0200 |
commit | 848078756ece653ff5f5b51be54ded5ed3b8fdef (patch) | |
tree | 86e549243813cc3a73ea9f70029c4a82c78cfc66 /dhcpcd | |
parent | b4d18ba9c0f3f6fc508635ca76b1b3fd244bad25 (diff) | |
download | core-848078756ece653ff5f5b51be54ded5ed3b8fdef.tar.gz core-848078756ece653ff5f5b51be54ded5ed3b8fdef.tar.xz |
dhcpcd: update to 5.1.2
Diffstat (limited to 'dhcpcd')
-rw-r--r-- | dhcpcd/.md5sum | 2 | ||||
-rw-r--r-- | dhcpcd/Pkgfile | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dhcpcd/.md5sum b/dhcpcd/.md5sum index 3658c05c..e6c98825 100644 --- a/dhcpcd/.md5sum +++ b/dhcpcd/.md5sum @@ -1 +1 @@ -7bb70885ffb1789634a20431ae4d5bbd dhcpcd-5.1.1.tar.bz2 +d906f25ec071dfb1ca53a1253a346853 dhcpcd-5.1.2.tar.bz2 diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index d74698d7..9848f4b0 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=dhcpcd -version=5.1.1 +version=5.1.2 release=1 source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.bz2) @@ -15,7 +15,8 @@ build () { --dbdir=/var/lib/dhcpcd \ --mandir=/usr/man \ --sysconfdir=/etc/dhcpcd \ - --os=linux + --os=linux \ + --with-hooks=none make make DESTDIR=$PKG install |