projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af3cec
)
kamailio-1.5.x: TARGET_LDFLAGS variable is ignored, add LD_EXTRA_OPTS to fix it
author
Jiri Slachta
<slachta@cesnet.cz>
Wed, 8 Jan 2014 21:38:14 +0000
(22:38 +0100)
committer
Jiri Slachta
<slachta@cesnet.cz>
Wed, 8 Jan 2014 21:38:14 +0000
(22:38 +0100)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
net/kamailio-1.5.x/Makefile
patch
|
blob
|
history
diff --git
a/net/kamailio-1.5.x/Makefile
b/net/kamailio-1.5.x/Makefile
index 6ce802b81ce3e6c0e370315ebb9d717cfd1374a6..7351a71dcdf606aa5bdc8eeda864981f00f8dad8 100644
(file)
--- a/
net/kamailio-1.5.x/Makefile
+++ b/
net/kamailio-1.5.x/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=kamailio
PKG_VERSION:=1.5.5
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_VARIANT:=tls
PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src/
@@
-100,6
+100,7
@@
define Build/Compile
CC="$(TARGET_CC)" \
ARCH="$(ARCH)" \
CFLAGS="$(TARGET_CFLAGS)" \
+ LD_EXTRA_OPTS="$(TARGET_LDFLAGS)" \
ISSMP="no" \
LOCALBASE="$(STAGING_DIR)/usr" \
SYSBASE="$(STAGING_DIR)/usr" \