]> git.pld-linux.org Git - packages/XdeFactor-ng.git/commitdiff
- pass CFLAGS
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 8 Apr 2004 20:42:12 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    XdeFactor-ng.spec -> 1.26

XdeFactor-ng.spec

index 7c37a4a204413da40f5d907a6ddf98500e5aae47..9322cf0d961c3e540cd1cfbefc61a33d0f1ff248 100644 (file)
@@ -71,8 +71,13 @@ definicja bazy dla XdeFactor
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure --with-user=nobody --with-group=nogroup
-%{__make} CC="%{__cc} %{rpmcflags}"
+%configure \
+       --with-user=nobody \
+       --with-group=nogroup
+
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -90,16 +95,16 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/defactor-ng/x/modules.conf
 
 for i in                       \
        views.sql               \
-       triggers.sql    \
+       triggers.sql            \
        struct.sql              \
        sample.sql              \
        readme.html             \
        pgcrypto.sql.dist       \
-       pgcrypto.sql    \
-       perms.sql.dist  \
-       install.sh.dist \
-       init.sql.dist   \
-       init.sh.dist    \
+       pgcrypto.sql            \
+       perms.sql.dist          \
+       install.sh.dist         \
+       init.sql.dist           \
+       init.sh.dist            \
        environment             \
        data.sql                \
        config_db               \
This page took 0.08986 seconds and 4 git commands to generate.