]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- use CFLAGS/LDFLAGS instead old --with-*opts
authorTomasz Pala <gotar@pld-linux.org>
Wed, 24 Mar 2010 17:45:48 +0000 (17:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs.spec -> 1.229

e2fsprogs.spec

index 17c82f56ffc8d55e59c5499bf519dae5ba13f46f..ea23b58892ecc1df9f33d0726f54af6a50d7f3af 100644 (file)
@@ -568,8 +568,8 @@ sed -i -e 's|\(^LIBUUID = .*\)|\1 -lcompat|g' \
        ac_cv_lib_dl_dlopen=no \
        %{?with_uClibc:CC="%{_target_cpu}-uclibc-gcc"} \
        %{?with_dietlibc:CC="diet %{__cc}"} \
-       --with-ccopts="%{rpmcflags} -Os" \
-       --with-ldopts="%{rpmldflags} -static" \
+       CFLAGS="%{rpmcflags} -Os" \
+       LDFLAGS="%{rpmldflags} -static" \
        --disable-elf-shlibs \
        --disable-fsck \
        --disable-libblkid \
This page took 0.131989 seconds and 4 git commands to generate.