]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- it does not need static glibc just the correct CFLAGS ;)
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Dec 2000 14:52:46 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SysVinit.spec -> 1.64

SysVinit.spec

index 599200935aabd56823d9ba1c11b7ccb8c32c2083..9f1bf385ea844f1e9749ce2c64ab9c30afc6acdd 100644 (file)
@@ -21,7 +21,7 @@ Patch5:               sysvinit-sigint.patch
 Patch6:                sysvinit-ai64.patch
 Patch7:                sysvinit-halt.patch
 Patch8:                sysvinit-blowfish.patch
-BuildRequires: glibc-static
+BuildRequires: glibc-devel
 Prereq:                shadow
 Prereq:                make
 Prereq:                /bin/awk
@@ -70,7 +70,8 @@ sonlanmalar
 %patch8 -p1
 
 %build
-%{__make} -C src OPTIMIZE="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-g -O}"
+%{__make} -C src LCRYPT="-lcrypt" \
+       OPTIMIZE="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-g -O}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.053817 seconds and 4 git commands to generate.