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:
16d9c93
)
fix
author
mirabilos
<t.glaser@tarent.de>
Sat, 2 Dec 2017 23:42:53 +0000
(
00:42
+0100)
committer
mirabilos
<t.glaser@tarent.de>
Sat, 2 Dec 2017 23:42:53 +0000
(
00:42
+0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
43e9503
..
354f9fb
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-34,6
+34,9
@@
endif
ifneq (,$(findstring musl,${DEB_BUILD_OPTIONS}))
USE_LIBC+= musl
endif
+ifeq (,$(findstring diet,${DEB_BUILD_OPTIONS})$(findstring klibc,${DEB_BUILD_OPTIONS})$(findstring musl,${DEB_BUILD_OPTIONS}))
+USE_LIBC+= system
+endif
ifneq ($(strip ${USE_LIBC}),$(firstword ${USE_LIBC}))
$(error multiple libcs (${USE_LIBC}) found in (${DEB_BUILD_OPTIONS}))
endif