summary refs log tree commit diff
path: root/pkgs/servers/http/myserver
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-29 13:43:37 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-29 13:43:37 +0100
commit5553546c212152a9cea72e1398b088cda78c7b8b (patch)
tree64dd2cc6af447ccf1ff81637fe4a7f632603e9f8 /pkgs/servers/http/myserver
parentf04aa4fb59e7c41f75762042080b7ccffb93167e (diff)
downloadnixpkgs-5553546c212152a9cea72e1398b088cda78c7b8b.tar
nixpkgs-5553546c212152a9cea72e1398b088cda78c7b8b.tar.gz
nixpkgs-5553546c212152a9cea72e1398b088cda78c7b8b.tar.bz2
nixpkgs-5553546c212152a9cea72e1398b088cda78c7b8b.tar.lz
nixpkgs-5553546c212152a9cea72e1398b088cda78c7b8b.tar.xz
nixpkgs-5553546c212152a9cea72e1398b088cda78c7b8b.tar.zst
nixpkgs-5553546c212152a9cea72e1398b088cda78c7b8b.zip
Remove a bunch of unreferenced files
Plus a small number of obsolete packages (like old versions of qemu).
Diffstat (limited to 'pkgs/servers/http/myserver')
-rw-r--r--pkgs/servers/http/myserver/installable-binary.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/servers/http/myserver/installable-binary.patch b/pkgs/servers/http/myserver/installable-binary.patch
deleted file mode 100644
index 346e76afd5e..00000000000
--- a/pkgs/servers/http/myserver/installable-binary.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-We actually want the `myserver' binary to be installable.  Failing to do that
-it gets an RPATH pointing to $top_builddir/src/.libs.
-
---- myserver-0.10/src/Makefile.in	2010-10-14 12:45:42.000000000 +0200
-+++ myserver-0.10/src/Makefile.in	2011-03-03 22:23:05.000000000 +0100
-@@ -1307,7 +1307,6 @@ libmyserver_la_LIBADD = \
- 		$(INTLLIBS) $(LDFLAGS)
- 
- myserver_CXXFLAGS = $(AM_CXXFLAGS) $(CXXFLAGS) -DHOST_STR=\"$(build)\" -DPREFIX=\"$(prefix)\"
--myserver_LDFLAGS = -static -no-install
- myserver_LDADD = libmyserver.la $(PTHREAD_LIB) $(IDN_LIB) \
- 	$(XNET_LIB) $(DL_LIB) $(ZLIB_LIB) \
- 	$(XML_LIBS) $(INTLLIBS) $(LDFLAGS)
-