Forráskód Böngészése

OSSP fsl a link-time only library

Ralf S. Engelschall 22 éve
szülő
commit
7b9470b0c7
4 módosított fájl, 12 hozzáadás és 12 törlés
  1. 2 2
      openssh/openssh.spec
  2. 4 4
      petidomo/petidomo.spec
  3. 4 4
      qpopper/qpopper.spec
  4. 2 2
      smtpfeed/smtpfeed.spec

+ 2 - 2
openssh/openssh.spec

@@ -38,7 +38,7 @@ Distribution: OpenPKG [CORE]
 Group:        Security
 License:      BSD
 Version:      %{V_base}%{V_portable}
-Release:      20030429
+Release:      20030530
 
 #   package options
 %option       with_pam     no
@@ -115,7 +115,7 @@ AutoReqProv:  no
     lib="$lib -L`%{l_prefix}/etc/rc --query pam_libdir`"
 %endif
     CC="%{l_cc}" \
-    CFLAGS="%{l_cflags -O} `%{l_prefix}/bin/fsl-config --all --cflags` $inc" \
+    CFLAGS="%{l_cflags -O} $inc" \
     LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags` $lib" \
     LIBS="`%{l_prefix}/bin/fsl-config --all --libs`" \
     ./configure \

+ 4 - 4
petidomo/petidomo.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Mail
 License:      GPL
 Version:      4.0b1
-Release:      20021128
+Release:      20030530
 
 #   list of sources
 Source0:      ftp://ftp.ossp.org/pkg/tool/petidomo/petidomo-%{version}.tar.gz
@@ -62,9 +62,9 @@ AutoReqProv:  no
     #   build petidomo
     ( cd petidomo-%{version}
       CC="%{l_cc}" \
-      CFLAGS="`%{l_prefix}/bin/fsl-config --all --cflags`" \
-      CPPFLAGS="`%{l_prefix}/bin/fsl-config --all --cflags`" \
-      LDFLAGS="`%{l_prefix}/bin/fsl-config --all --ldflags`" \
+      CFLAGS="%{l_cflags}" \
+      CPPFLAGS="%{l_cppflags}" \
+      LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags`" \
       LIBS="`%{l_prefix}/bin/fsl-config --all --libs`" \
       ./configure \
           --prefix=%{l_prefix} \

+ 4 - 4
qpopper/qpopper.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Mail
 License:      GPL
 Version:      4.0.5
-Release:      20030414
+Release:      20030530
 
 #   package options
 %option       with_pam  no
@@ -67,9 +67,9 @@ Provides:     POP
 %build
     #   build qpopper
     CC="%{l_cc}" \
-    CFLAGS="`%{l_prefix}/bin/fsl-config --all --cflags`" \
-    CPPFLAGS="`%{l_prefix}/bin/fsl-config --all --cflags`" \
-    LDFLAGS="`%{l_prefix}/bin/fsl-config --all --ldflags`" \
+    CFLAGS="%{l_cflags}" \
+    CPPFLAGS="%{l_cppflags}" \
+    LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags`" \
     LIBS="`%{l_prefix}/bin/fsl-config --all --libs`" \
 %if "%{with_pam}" == "yes"
     CFLAGS="$CFLAGS -I`%{l_prefix}/etc/rc --query pam_incdir`" \

+ 2 - 2
smtpfeed/smtpfeed.spec

@@ -66,8 +66,8 @@ AutoReqProv:  no
           -e 's;smtpfeed 1.[0-9]*;smtpfeed %{version};' \
           version.c
       CC="%{l_cc}" \
-      CFLAGS="`%{l_prefix}/bin/fsl-config --cflags`" \
-      LDFLAGS="`%{l_prefix}/bin/fsl-config --all --ldflags`" \
+      CFLAGS="%{l_cflags}" \
+      LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/fsl-config --all --ldflags`" \
       LIBS="`%{l_prefix}/bin/fsl-config --all --libs`" \
       ./configure \
           --prefix=%{l_prefix}