X-Git-Url: http://gitweb/?a=blobdiff_plain;f=Makefile;h=d7b5072b831044fbd04b66880601d98b763d52f3;hb=72562ad240255c629910fa5e0fd0fbc82e602010;hp=4e04081a09ad4ad90fd73c289ccbb84f0048662e;hpb=e691a2bfd4892cf9da5834b9022625c34a623c1e;p=pkgutils-cross.git diff --git a/Makefile b/Makefile index 4e04081..d7b5072 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # pkgutils # # Copyright (c) 2000-2005 by Per Liden -# Copyright (c) 2006-2010 by CRUX team (http://crux.nu) +# Copyright (c) 2006-2013 by CRUX team (http://crux.nu) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,16 +25,16 @@ BINDIR = /usr/bin MANDIR = /usr/man ETCDIR = /etc -VERSION = 5.35.3 +VERSION = 5.35.6 NAME = pkgutils-$(VERSION) CXXFLAGS += -DNDEBUG CXXFLAGS += -O2 -Wall -pedantic -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" \ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -LIBARCHIVELIBS := $(shell pkg-config --libs --static libarchive) +LIBARCHIVELIBS := $(shell pkg-config --libs libarchive) -LDFLAGS += -static $(LIBARCHIVELIBS) +LDFLAGS += $(LIBARCHIVELIBS) OBJECTS = main.o pkgutil.o pkgadd.o pkgrm.o pkginfo.o