index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | bindings/perl/Makefile.in | 2 |
diff --git a/bindings/perl/Makefile.in b/bindings/perl/Makefile.in index 9ebc2d5d..808c70ab 100644 --- a/bindings/perl/Makefile.in +++ b/bindings/perl/Makefile.in @@ -7,7 +7,7 @@ CFLAGS += -I$(top_srcdir)/lib/libalpm ifeq ($(shell arch),x86_64) CFLAGS += -fPIC endif -LDFLAGS += -L$(top_srcdir)/lib/libalpm -lalpm +LDFLAGS += -L$(top_srcdir)/lib/libalpm/.libs -lalpm LIBDIR += $(shell perl -V|grep site|sed 's/^ *//;s|/usr|$(prefix)|;q') all: Core.so |