Edit

IABSD.fr/xenocara/app/xlockmore/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2022-06-26 14:09:51
    Hash : 6abf3438
    Message : Implement privilege separation in xlock(1). With feedback from stsp@, florian@, op@ ok florian@ op@.

  • app/xlockmore/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.15 2022/06/26 14:09:51 matthieu Exp $
    
    .include <bsd.xconf.mk>
    
    config.status:
    	AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \
    	AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \
    	ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
    	CC="${CC}" \
    	CFLAGS="${CFLAGS}" \
    	CXX="${CXX}" \
    	CXXFLAGS="${CXXFLAGS}" \
    	PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
    	CONFIG_SITE=$(CONFIG_SITE) \
    		sh ${.CURDIR}/configure --prefix=${X11BASE} \
    		--datarootdir=${X11BASE} \
    		--enable-appdefaultdir=${X11BASE}/share/X11/app-defaults \
    		--enable-syslog --without-motif --without-ttf \
    		--without-gtk2 --without-gtk --without-esound \
    		--without-rplay --without-ftgl \
    		--without-opengl --without-mesa \
    		--enable-privsep
    
    .include <bsd.xorg.mk>