]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- unify dietlibc compile options and calls
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Mar 2009 14:10:51 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs.spec -> 1.206

e2fsprogs.spec

index 406a3adfd4abe57a79704216297993d1da39cfb8..e3a0dc4ce6eee8b59e5ab26749f3cc444aa40658 100644 (file)
@@ -653,8 +653,8 @@ sed -i -e 's|\(^LIBUUID = .*\)|\1 -lcompat|g' \
        ac_cv_lib_dl_dlopen=no \
        %{?with_uClibc:CC="%{_target_cpu}-uclibc-gcc"} \
        %{?with_dietlibc:--with-cc="diet %{__cc}"} \
-       --with-ccopts="-Os" \
-       --with-ldopts="-static" \
+       --with-ccopts="%{rpmcflags} -Os" \
+       --with-ldopts="%{rpmldflags} -static" \
        --disable-elf-shlibs \
        --disable-selinux \
        --disable-nls \
This page took 0.085369 seconds and 4 git commands to generate.