mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 06:44:40 +01:00
Merge pull request #5172 from jow-/polipo-enable-ipv6-support
polipo: forcibly enable IPv6 support
This commit is contained in:
+3
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=polipo
|
||||
PKG_VERSION:=1.1.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/$(PKG_NAME)/
|
||||
@@ -33,6 +33,8 @@ define Package/polipo/description
|
||||
by a larger group.
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -DHAVE_IPv6
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" \
|
||||
|
||||
Reference in New Issue
Block a user