diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-12 15:30:02 +0100 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-09-04 12:31:06 +0200 |
commit | 5f311163a11bf0dbb28c54c13173e919cf3a2504 (patch) | |
tree | ab9c732fb89e9c3aa6307c59c5a40947d348c3db /boot | |
parent | 86cd42c000cee50ac5d56f1f8a877c11c5994614 (diff) |
boot: fix buildunprivileged-subhurds-2016-09-04
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile index d700116d..aa85cc55 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -32,6 +32,9 @@ io-MIGSFLAGS=-DREPLY_PORTS -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 HURDLIBS = store shouldbeinlibc ihash LDLIBS += -lpthread +# XXX fix build +MIGSTUBS += processUser.o task_notifyUser.o + include ../Makeconf #install: /usr/local/bin/uxboot |