projects
/
alioth
/
jupp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc81678
)
build klibc w/o FPU, unbreaking it
author
mirabilos
<m@mirbsd.org>
Sat, 2 Dec 2017 05:05:13 +0000
(06:05 +0100)
committer
mirabilos
<m@mirbsd.org>
Sat, 2 Dec 2017 05:05:26 +0000
(06:05 +0100)
next: musl…
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
b093c5b
..
4271184
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-128,6
+128,10
@@
ifneq (,$(findstring nopwnam,${DEB_BUILD_OPTIONS}))
CONFIGURE_ARGS+= --disable-getpwnam
endif
+ifeq (${USE_LIBC},klibc)
+CONFIGURE_ARGS+= --disable-fpu
+endif
+
CONFIGURE_ARGS+= --disable-termidx \
--enable-sysconfjoesubdir=/jupp