From f4089ca1d62c68c980d36147b220261bd9e22ae5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 12 Mar 2004 21:35:27 +0000 Subject: Update. * sysdeps/unix/sysv/linux/x86_64/sysconf.c: New file. --- libidn/ChangeLog | 4 ++++ libidn/Makefile | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'libidn') diff --git a/libidn/ChangeLog b/libidn/ChangeLog index d011b948cc..b5df17cf5c 100644 --- a/libidn/ChangeLog +++ b/libidn/ChangeLog @@ -1,3 +1,7 @@ +2004-03-12 Ulrich Drepper + + * Makefile (libcidn-inhibit-o): Define. We need no archive. + 2004-03-08 Simon Josefsson * toutf8.c: Update to latest libidn version. diff --git a/libidn/Makefile b/libidn/Makefile index 64a0b23590..8e8759bdcc 100644 --- a/libidn/Makefile +++ b/libidn/Makefile @@ -29,6 +29,11 @@ extra-libs-others = $(extra-libs) libcidn-routines := punycode toutf8 nfkc stringprep rfc3454 profiles idna + +include ../Makeconfig + +libcidn-inhibit-o = $(filter-out .os,$(object-suffixes)) + include ../Rules $(objpfx)libcidn.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a -- cgit v1.2.3