# # dhcpcd is an implementation of the DHCP client specified in RFC2131. # # A DHCP client is useful for connecting your computer to a network # which uses DHCP to assign network addresses. dhcpcd strives to be # a fully featured, yet very lightweight DHCP client. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=dhcpcd pkgversion=9.4.1 arch=amd64 release=2 pkgcategory="networking" full_pkgname=dhcpcd_9.4.1_amd64-2@networking blurb="dhcpcd is an implementation of the DHCP client specified in RFC2131." homepage="https://roy.marples.name/projects/dhcpcd" license="2-clause BSD" fetch="https://roy.marples.name/downloads/dhcpcd/dhcpcd-9.4.1.tar.xz" replace=""