Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > 5aa2216c3f766e046a48e9c27737b89a > files > 2

siege-3.1.4-1.mga6.src.rpm

diff -Nur siege-3.0.9/include/Makefile.am siege-3.0.9.new/include/Makefile.am
--- siege-3.0.9/include/Makefile.am	2014-12-20 00:11:17.000000000 +0100
+++ siege-3.0.9.new/include/Makefile.am	2015-02-01 12:36:50.173979737 +0100
@@ -20,8 +20,6 @@
 ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 ##
 
-SUBDIRS = joedog
-
 WARN_CFLAGS = @WARN_CFLAGS@
 AM_CFLAGS = $(WARN_CFLAGS)
 
diff -Nur siege-3.0.9/Makefile.am siege-3.0.9.new/Makefile.am
--- siege-3.0.9/Makefile.am	2014-12-23 18:51:54.000000000 +0100
+++ siege-3.0.9.new/Makefile.am	2015-02-01 12:36:23.739197162 +0100
@@ -26,7 +26,7 @@
 
 AM_CFLAGS         =    $(WARN_CFLAGS)
 
-SUBDIRS           =    . include lib src utils doc html
+SUBDIRS           =    . include src utils doc html
 
 DIST_SUBDIRS      =    $(SUBDIRS)
 
diff -Nur siege-3.0.9/src/Makefile.am siege-3.0.9.new/src/Makefile.am
--- siege-3.0.9/src/Makefile.am	2014-12-23 18:34:00.000000000 +0100
+++ siege-3.0.9.new/src/Makefile.am	2015-02-01 12:38:06.139354924 +0100
@@ -30,9 +30,7 @@
 
 LIBS               =   $(SSL_LIBS) 
 
-siege_LDADD        =   $(top_srcdir)/lib/joedog/libjoedog.la
-
-siege_DEPENDENCIES =   $(top_srcdir)/lib/joedog/libjoedog.la 
+siege_LDFLAGS = -ljoedog -lpthread
 
 siege_SOURCES      =   \
 ansidecl.h             \