qingy: fix build.
This commit is contained in:
parent
d06a6686ce
commit
93530f37cc
|
@ -14,7 +14,6 @@ license="GPL-2"
|
|||
homepage="http://qingy.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=de4b4b398d5ba81ab2544729864676a04ddc6ae818b357ee09a8770293740cd3
|
||||
broken="checking for crypt in -lcrypt... no \n configure: error: "
|
||||
|
||||
make_dirs="/var/lib/misc 0755 root root"
|
||||
|
||||
|
@ -25,6 +24,8 @@ conf_files="
|
|||
|
||||
build_options="pam x11"
|
||||
build_options_default="pam x11"
|
||||
# Build System is broken with -fPIC
|
||||
nopie=yes
|
||||
|
||||
post_install() {
|
||||
sed -i '/pam_console/d' ${DESTDIR}/etc/pam.d/qingy
|
||||
|
|
Loading…
Reference in New Issue