Bladeren bron

fix building

Ralf S. Engelschall 21 jaren geleden
bovenliggende
commit
53755e4560
2 gewijzigde bestanden met toevoegingen van 18 en 1 verwijderingen
  1. 17 0
      qpopper/qpopper.patch
  2. 1 1
      qpopper/qpopper.spec

+ 17 - 0
qpopper/qpopper.patch

@@ -157,3 +157,20 @@ Index: pop_dropcopy.c
      }
      else {
          /*
+Index: popper/Makefile.in
+--- popper/Makefile.in.orig	2003-03-13 03:06:36 +0100
++++ popper/Makefile.in	2005-02-06 14:19:48 +0100
+@@ -185,11 +185,10 @@
+ popper: ${OBJS} mangler_library common_library
+ 	${CC}   ${OBJS} -o popper ${mmangle_dir}/libmangle.a \
+ 	        -I${common_srcdir} ${common_dir}/libcommon.a \
+-	        ${LIBS} ${LDFLAGS}
++	        ${LDFLAGS} ${LIBS}
+ 
+ popauth: ${POPAUTHOBJS}
+-	${CC}  -o popauth ${POPAUTHOBJS} ${NETWORK_LIBS} ${DBM_LIBS} \
+-		${common_dir}/libcommon.a
++	${CC}  -o popauth ${POPAUTHOBJS} ${common_dir}/libcommon.a ${LDFLAGS} ${NETWORK_LIBS} ${DBM_LIBS} ${LIBS}
+ 
+ poppassd: common_library
+ 	cd ${password_dir} && ${MAKE} all

+ 1 - 1
qpopper/qpopper.spec

@@ -34,7 +34,7 @@ Class:        BASE
 Group:        Mail
 License:      GPL
 Version:      4.0.5
-Release:      20050129
+Release:      20050206
 
 #   package options
 %option       with_fsl  yes