libports: add test/libc_resolv target

libc_resolv is used by noux-pkgs and is only a runtime dependency but
therefore needs to be build.
This commit is contained in:
Josef Söntgen 2012-11-14 16:30:44 +01:00 committed by Norman Feske
parent 91e6ab2baf
commit 42df6e3d01
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/*
* Copyright (C) 2012 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
int main(int argc, char **argv)
{
return 0;
}

View File

@ -0,0 +1,3 @@
TARGET = test-libc_resolv
SRC_CC = main.cc
LIBS = cxx env libc libc_resolv