mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
26
package/xl2tp/xl2tp.mk
Normal file
26
package/xl2tp/xl2tp.mk
Normal file
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# xl2tp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XL2TP_VERSION = 1.3.14
|
||||
XL2TP_SITE = $(call github,xelerance,xl2tpd,v$(XL2TP_VERSION))
|
||||
XL2TP_DEPENDENCIES = libpcap
|
||||
XL2TP_LICENSE = GPL-2.0
|
||||
XL2TP_LICENSE_FILES = LICENSE
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
XL2TP_LDLIBS = LDLIBS="`$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`"
|
||||
endif
|
||||
|
||||
define XL2TP_BUILD_CMDS
|
||||
$(SED) 's/ -O2 //' $(@D)/Makefile
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) $(XL2TP_LDLIBS) -C $(@D)
|
||||
endef
|
||||
|
||||
define XL2TP_INSTALL_TARGET_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) DESTDIR=$(TARGET_DIR) PREFIX=/usr -C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user