numad/numad-0.5git-pthread.patch

18 lines
417 B
Diff
Raw Normal View History

Remove linked libraries from Makefile. They break rebuilds from srpms on some
architectures. The linker flags are supplied from the spec.
Author: Jan Synacek <jsynacek@redhat.com>
RH-Bugzilla: #825153
2012-10-16 07:40:01 +00:00
--- Makefile.orig 2012-09-11 08:29:18.965821127 +0200
+++ Makefile 2012-09-11 08:29:29.391803358 +0200
@@ -31,7 +31,7 @@
all: numad
-numad: numad.o -lpthread -lrt
+numad: numad.o
2012-10-16 07:40:01 +00:00
AR ?= ar
RANLIB ?= ranlib