You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
414 B
18 lines
414 B
7 years ago
|
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
|
||
|
|
||
|
--- 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
|
||
|
|
||
|
AR ?= ar
|
||
|
RANLIB ?= ranlib
|