Skip to content

Commit

Permalink
No longer try to use separate libidn addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Nov 16, 2009
1 parent b049214 commit ed26dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 1 addition & 2 deletions fedora/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ $(tar-name)-$(branch-name).tar.bz2: glibc.spec Makefile
$(tar-name).tar.bz2: $(dep-upstream-branch) Makefile
@if $(upstream-pristine); then \
echo 'Fetching from $(releases-url)...'; \
curl $(addprefix -C - -O $(releases-url),\
$@ $(@:glibc-%=glibc-libidn-%)); \
curl -C - -O $(releases-url)/$@; \
else \
$(call git-tar,$(merge-base-id)); \
fi
Expand Down
11 changes: 2 additions & 9 deletions fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
Group: System Environment/Libraries
URL: http://sources.redhat.com/glibc/
Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.bz2
%if 0%{?glibc_release_url:1}
%define glibc_libidn_srcdir %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/)
Source1: %{glibc_release_url}%{glibc_libidn_srcdir}.tar.bz2
%define glibc_release_unpack -a1
%define glibc_release_setup mv %{glibc_libidn_srcdir} libidn
%endif
Source2: %{glibcsrcdir}-fedora.tar.bz2
Source1: %{glibcsrcdir}-fedora.tar.bz2
Patch0: %{name}-fedora.patch
Patch1: %{name}-ia64-lib64.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Expand Down Expand Up @@ -223,8 +217,7 @@ package or when debugging this package.
%endif

%prep
%setup -q -n %{glibcsrcdir} %{?glibc_release_unpack} -b2
%{?glibc_release_setup}
%setup -q -n %{glibcsrcdir} -b1
%patch0 -E -p1
%ifarch ia64
%if "%{_lib}" == "lib64"
Expand Down

0 comments on commit ed26dd5

Please sign in to comment.