[systemd-devel] [PATCH 04/28] build: Add initial build support

Tom Gundersen teg at jklm.no
Wed Nov 13 16:40:59 PST 2013


On Thu, Nov 14, 2013 at 1:28 AM, Tom Gundersen <teg at jklm.no> wrote:
> On Wed, Nov 13, 2013 at 10:22 PM, Patrik Flykt
> <patrik.flykt at linux.intel.com> wrote:
>> The client test program is the only one to be built so far.
>> ---
>>  Makefile.am       |   15 +++++++++++++++
>>  configure.ac      |    9 +++++++++
>>  src/dhcp/Makefile |    1 +
>>  3 files changed, 25 insertions(+)
>>  create mode 120000 src/dhcp/Makefile
>>
>> diff --git a/Makefile.am b/Makefile.am
>> index 789ca02..cc52f01 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -3739,6 +3739,21 @@ lib_LTLIBRARIES += \
>>  endif
>>
>>  # ------------------------------------------------------------------------------
>> +if ENABLE_DHCP
>
> Maybe we just as well could put this under ENABLE_NETWORKD, to avoid
> introducing two config switches? (And I certainly don't want to ifdef
> out dhcp support in networkd)

Actually, I take that back. Just compile the dhcp unconditionally, as
it is not even shipped there is no reason not to.

-t


More information about the systemd-devel mailing list