]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcp-wrappers: fix libc overrides
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 18 May 2011 13:44:49 +0000 (15:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2011 22:29:44 +0000 (23:29 +0100)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb

index daaa2f77e93472a2390a0c7650e05443f2b38e65..d5e334ea6d700aa8ab0c21d4e55f1e91803a64b6 100644 (file)
@@ -71,8 +71,7 @@ EXTRA_OEMAKE = "'CC=${CC}' \
                'EXTRA_CFLAGS=${CFLAGS} -DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DHAVE_WEAKSYMS -D_REENTRANT -DINET6=1 -Dss_family=__ss_family -Dss_len=__ss_len'"
 
 EXTRA_OEMAKE_NETGROUP = "-DNETGROUP -DUSE_GETDOMAIN"
-EXTRA_OEMAKE_NETGROUP_linux-uclibc = "-DUSE_GETDOMAIN"
-EXTRA_OEMAKE_NETGROUP_linux-uclibceabi = "-DUSE_GETDOMAIN"
+EXTRA_OEMAKE_NETGROUP_libc-uclibc = "-DUSE_GETDOMAIN"
 
 do_compile () {
        oe_runmake 'TABLES=-DHOSTS_DENY=\"${sysconfdir}/hosts.deny\" -DHOSTS_ALLOW=\"${sysconfdir}/hosts.allow\"' \