diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-09 13:47:33 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-13 00:26:40 -0500 |
commit | 611eb585f50911f326f433e9827ca5948348ea7e (patch) | |
tree | ea9584c1b7ffc6f8c4a14e195d5670a28445134e /test/inet | |
parent | c269f57d321991998a0aa5cc482c7e0124ccd45f (diff) |
fix compile for m68k
Diffstat (limited to 'test/inet')
-rw-r--r-- | test/inet/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/inet/Makefile.in b/test/inet/Makefile.in index 2108d1975..1cede4761 100644 --- a/test/inet/Makefile.in +++ b/test/inet/Makefile.in @@ -18,3 +18,4 @@ endif CFLAGS_bug-if1 = -fPIC CFLAGS_tst-sock-nonblock = -fPIC +CFLAGS_tst-ifaddrs = -fPIC |