components/desktop/accountsservice/Makefile
changeset 7501 e4477dbbbcf9
parent 6331 076f03f94582
child 7687 1093e2a9adbd
equal deleted inserted replaced
7500:38effcff0d5d 7501:e4477dbbbcf9
    67 CONFIGURE_OPTIONS += --enable-shared
    67 CONFIGURE_OPTIONS += --enable-shared
    68 CONFIGURE_OPTIONS += --disable-static
    68 CONFIGURE_OPTIONS += --disable-static
    69 CONFIGURE_OPTIONS += --disable-systemd
    69 CONFIGURE_OPTIONS += --disable-systemd
    70 CONFIGURE_OPTIONS += --with-pic
    70 CONFIGURE_OPTIONS += --with-pic
    71 CONFIGURE_OPTIONS += --libexecdir="$(USRLIBDIR)"
    71 CONFIGURE_OPTIONS += --libexecdir="$(USRLIBDIR)"
       
    72 CONFIGURE_OPTIONS += --localstatedir="$(VARDIR)"
    72 CONFIGURE_OPTIONS += --sysconfdir="$(ETCDIR)"
    73 CONFIGURE_OPTIONS += --sysconfdir="$(ETCDIR)"
    73 
    74 
    74 # Solaris reserves uids < 100 for system accounts
    75 # Solaris reserves uids < 100 for system accounts
    75 CONFIGURE_OPTIONS += --with-minimum-uid=100
    76 CONFIGURE_OPTIONS += --with-minimum-uid=100
    76 
    77