- 20070301-alt1 released
This commit is contained in:
parent
48d26b2d15
commit
4a1dfe6fcd
2
Makefile
2
Makefile
@ -104,7 +104,7 @@ STAGE1_NETWORK_LIBS = $(DIET_LIBDIR)/librpc.a
|
||||
endif
|
||||
|
||||
ifeq (GLIBC, $(L))
|
||||
STAGE1_NETWORK_LIBS = /usr/lib/libresolv.a
|
||||
STAGE1_NETWORK_LIBS = $(LIBDIR)/libresolv.a
|
||||
endif
|
||||
|
||||
###############################################################################
|
||||
|
@ -38,7 +38,7 @@ endif
|
||||
ifeq (ppc, $(ARCH))
|
||||
CFLAGS += -Os -pipe -Wall -fomit-frame-pointer
|
||||
else
|
||||
CFLAGS := -pipe -Wall -O2
|
||||
CFLAGS += -pipe -Wall -O2 -D_GNU_SOURCE
|
||||
endif
|
||||
|
||||
GLIBC_INCLUDES =
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: propagator
|
||||
Version: 20070301
|
||||
Release: alt0.1
|
||||
Release: alt1
|
||||
|
||||
Summary: 'Early userspace' set of binaries
|
||||
License: GPL
|
||||
@ -20,7 +20,7 @@ including init and various helpers for hw probing and bootstrapping.
|
||||
%setup -c
|
||||
|
||||
%build
|
||||
make %{?_with_shell:WITH_SHELL=t} CFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?_with_shell:WITH_SHELL=t} LIBDIR=%_libdir CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
||||
|
||||
%install
|
||||
%make_install DESTDIR=%buildroot LIBDIR=%_libdir install
|
||||
@ -30,7 +30,7 @@ make %{?_with_shell:WITH_SHELL=t} CFLAGS="$RPM_OPT_FLAGS"
|
||||
%_libdir/%name
|
||||
|
||||
%changelog
|
||||
* Thu Mar 1 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 20070301-alt0.1
|
||||
* Fri Mar 16 2007 Sergey Bolshakov <sbolshakov@altlinux.ru> 20070301-alt1
|
||||
- switch to glibc, thanks to gns@
|
||||
- redo block device probing, based on sysfs
|
||||
- cleaned up
|
||||
|
Loading…
x
Reference in New Issue
Block a user