2012-12-11 12:21:55 +00:00
|
|
|
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
|
2012-12-11 12:21:55 +00:00
|
|
|
+numad: numad.o
|
2012-10-16 07:40:01 +00:00
|
|
|
|
|
|
|
AR ?= ar
|
|
|
|
RANLIB ?= ranlib
|