Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f91e51
)
Removed _GNU_SOURCE.
author
Thomas Lopatic
<thomas@lopatic.de>
Tue, 1 Mar 2005 21:41:34 +0000
(21:41 +0000)
committer
Thomas Lopatic
<thomas@lopatic.de>
Tue, 1 Mar 2005 21:41:34 +0000
(21:41 +0000)
lib/nameservice/Makefile
patch
|
blob
|
history
diff --git
a/lib/nameservice/Makefile
b/lib/nameservice/Makefile
index
0576875
..
57c87b6
100644
(file)
--- a/
lib/nameservice/Makefile
+++ b/
lib/nameservice/Makefile
@@
-35,7
+35,7
@@
# to the project. For more information see the website or contact
# the copyright holders.
#
-# $Id: Makefile,v 1.
8 2005/03/01 21:35:13
tlopatic Exp $
+# $Id: Makefile,v 1.
9 2005/03/01 21:41:34
tlopatic Exp $
PLUGIN_NAME = olsrd_nameservice
PLUGIN_VER = 0.2
@@
-82,7
+82,7
@@
ifeq ($(OS), linux)
NAME ?= $(PLUGIN_NAME).so.$(PLUGIN_VER)
-CFLAGS_ADD += -Dlinux
-D_GNU_SOURCE
+CFLAGS_ADD += -Dlinux
CFLAGS_ADD2 += -fPIC
LDFLAGS_ADD += -fPIC -Wl,-soname,$(NAME)