summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/lsof/Makefile4
-rw-r--r--package/pcsc-lite/Makefile2
-rw-r--r--package/quagga/Makefile2
-rw-r--r--package/xbindkeys/Makefile2
4 files changed, 6 insertions, 4 deletions
diff --git a/package/lsof/Makefile b/package/lsof/Makefile
index 8bad858ae..1f968dd05 100644
--- a/package/lsof/Makefile
+++ b/package/lsof/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= lsof
PKG_VERSION:= 4.84
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 6dae655988c810a7042c06a4e2fa3c5f
PKG_DESCR:= list open files
PKG_SECTION:= misc
@@ -23,7 +23,7 @@ $(eval $(call PKG_template,LSOF,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_
CONFIG_STYLE:= minimal
CONFIGURE_PROG:= Configure
CONFIGURE_ARGS:= -n linux
-XAKE_FLAGS+= CC='${TARGET_CC}' CFLAGS='${TARGET_CFLAGS}' CFGL='${TARGET_LDFLAGS} -L./lib -llsof'
+XAKE_FLAGS+= CC='${TARGET_CC}' CFLAGS='${TARGET_CFLAGS} -I$(STAGING_DIR)/usr/include/tirpc' CFGL='${TARGET_LDFLAGS} -L./lib -llsof -ltirpc'
INSTALL_STYLE:= manual
post-extract:
diff --git a/package/pcsc-lite/Makefile b/package/pcsc-lite/Makefile
index d935610a6..4d6f971bd 100644
--- a/package/pcsc-lite/Makefile
+++ b/package/pcsc-lite/Makefile
@@ -12,7 +12,7 @@ PKG_SECTION:= crypto
PKG_DEPENDS:= libusb libusb-compat libpthread
PKG_BUILDDEP:= libusb libusb-compat
PKG_URL:= http://pcsclite.alioth.debian.org/
-PKG_SITES:= http://alioth.debian.org/frs/download.php/3598/
+PKG_SITES:= http://alioth.debian.org/frs/download.php/file/3598/
PKG_ARCH_DEPENDS:= !avr32
diff --git a/package/quagga/Makefile b/package/quagga/Makefile
index ee519da73..f90eddedb 100644
--- a/package/quagga/Makefile
+++ b/package/quagga/Makefile
@@ -11,7 +11,7 @@ PKG_DESCR:= A routing software package
PKG_SECTION:= route
PKG_BUILDDEP:= readline ncurses
PKG_URL:= http://www.quagga.net/
-PKG_SITES:= http://www.quagga.net/download/
+PKG_SITES:= http://download.savannah.gnu.org/releases/quagga/
PKG_MULTI:= 1
PKG_SUBPKGS:= QUAGGA QUAGGA_BGPD QUAGGA_OSPFD QUAGGA_OSPF6D
diff --git a/package/xbindkeys/Makefile b/package/xbindkeys/Makefile
index 8c065d8a6..c027c8f04 100644
--- a/package/xbindkeys/Makefile
+++ b/package/xbindkeys/Makefile
@@ -8,6 +8,7 @@ PKG_VERSION:= 1.8.3
PKG_RELEASE:= 1
PKG_MD5SUM:= 393dd74f85850a4ba0803b5a78bc598b
PKG_DESCR:= keybindings for X11
+PKG_BUILDDEP:= libX11
PKG_SECTION:= x11/apps
PKG_SITES:= http://www.nongnu.org/xbindkeys/
@@ -18,6 +19,7 @@ $(eval $(call PKG_template,XBINDKEYS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},$
CONFIGURE_ARGS+= --disable-guile \
--disable-tk
CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes
+TARGET_LDFLAGS+= -lX11
post-install:
$(INSTALL_DIR) $(IDIR_XBINDKEYS)/usr/bin