]> git.pld-linux.org Git - packages/apache.git/commitdiff
- up to 2.4.33 auto/th/apache-2.4.33-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 Mar 2018 08:05:23 +0000 (09:05 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 Mar 2018 08:05:23 +0000 (09:05 +0100)
apache.spec
libtool-tag.patch

index 5161298fa0d3c498a8f88a7377a4d6a19d9a75c5..1050596735fbf52a308e998aaf92b6fa7c183e7b 100644 (file)
@@ -35,12 +35,12 @@ Summary(pt_BR.UTF-8):       Servidor HTTPD para prover serviços WWW
 Summary(ru.UTF-8):     Самый популярный веб-сервер
 Summary(tr.UTF-8):     Lider WWW tarayıcı
 Name:          apache
-Version:       2.4.32
+Version:       2.4.33
 Release:       1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
-# Source0-md5: 9ef4914905a90faee64a0955b621d7f8
+# Source0-md5: 6ef469d3f16fffeb688bc6e0346823e5
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}.sysconfig
index ff8fcb06c022c595d86076a5b7bbf67e2db16ffb..7cc55fd957b33585a9dcc4d378ddd16d5cd8c116 100644 (file)
  # Dependencies
 --- httpd-2.4.16/support/Makefile.in   2015-09-11 16:11:56.135519322 +0300
 +++ httpd-2.4.16/support/Makefile.in   2015-09-11 16:16:16.075587666 +0300
-@@ -62,10 +62,10 @@
+@@ -62,10 +62,10 @@ htdbm: $(htdbm_OBJECTS)
  ab_OBJECTS = ab.lo
- ab_LDADD = $(PROGRAM_LDADD) $(MATH_LIBS)
+ ab_LDADD = $(PROGRAM_LDADD) $(MATH_LIBS) $(ab_LIBS)
  ab.lo: ab.c
 -      $(LIBTOOL) --mode=compile $(CC) $(ab_CFLAGS) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
 +      $(LIBTOOL) --mode=compile --tag=CC $(CC) $(ab_CFLAGS) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
            $(ALL_INCLUDES) $(PICFLAGS) $(LTCFLAGS) -c $< && touch $@
  ab: $(ab_OBJECTS)
--      $(LIBTOOL) --mode=link $(CC) $(ALL_CFLAGS) $(ab_LDFLAGS) $(PILDFLAGS) \
-+      $(LIBTOOL) --mode=link --tag=CC $(CC) $(ALL_CFLAGS) $(ab_LDFLAGS) $(PILDFLAGS) \
+-      $(LIBTOOL) --mode=link $(CC) $(ALL_CFLAGS) $(PILDFLAGS) \
++      $(LIBTOOL) --mode=link --tag=CC $(CC) $(ALL_CFLAGS) $(PILDFLAGS) \
            $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@ $(ab_LTFLAGS) $(ab_OBJECTS) $(ab_LDADD)
  
  checkgid_OBJECTS = checkgid.lo
This page took 0.042899 seconds and 4 git commands to generate.