diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-12 21:35:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-12 21:35:27 +0000 |
commit | f4089ca1d62c68c980d36147b220261bd9e22ae5 (patch) | |
tree | bcfc999cc2c0b5268a594a4efe5177feb68aa358 /libidn | |
parent | 932dfea7bae1bde6ddb6ead84ce625db0a86a7ad (diff) |
Update.
* sysdeps/unix/sysv/linux/x86_64/sysconf.c: New file.
Diffstat (limited to 'libidn')
-rw-r--r-- | libidn/ChangeLog | 4 | ||||
-rw-r--r-- | libidn/Makefile | 5 |
2 files changed, 9 insertions, 0 deletions
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 <drepper@redhat.com> + + * Makefile (libcidn-inhibit-o): Define. We need no archive. + 2004-03-08 Simon Josefsson <jas@extundo.com> * 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 |