From b56ee5022d49048a0086ea3082657a7896b0d64e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 23 Oct 2008 02:46:14 +0200 Subject: [PATCH] xbps-pkgdb: do not hardcode rpath in Makefile. --HG-- extra : convert_revision : 94e62049253ce109231786003a432a0949990ee8 --- xbps-pkgdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-pkgdb/Makefile b/xbps-pkgdb/Makefile index 361e1429eb6..fc48dec1fdb 100644 --- a/xbps-pkgdb/Makefile +++ b/xbps-pkgdb/Makefile @@ -2,7 +2,7 @@ # PREFIX ?= /usr/local CFLAGS += -Wall -Werror -I$(PREFIX)/include -LDFLAGS += -L$(PREFIX)/lib -Wl,-R$(PREFIX)/lib -lprop +LDFLAGS += -lprop all: xbps-pkgdb