Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
999694fe4c |
5
Makefile
5
Makefile
@@ -8,13 +8,13 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = glibc,util-linux
|
||||
DEPENDS = glibc,kmod,util-linux,xz,zlib
|
||||
ARCH = x86_64
|
||||
URL = http://www.gentoo.org/proj/en/eudev/
|
||||
BRIEF = Fork of udev
|
||||
DESC = eudev is a fork of system-udev with the goal of obtaining better \
|
||||
compatibility with existing software
|
||||
SNAPVER = 2
|
||||
SNAPVER = 3
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -59,7 +59,6 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
||||
--disable-static \
|
||||
--enable-manpages \
|
||||
--enable-rule-generator \
|
||||
--disable-kmod \
|
||||
--build=x86_64-snap-linux-gnu \
|
||||
--host=x86_64-snap-linux-gnu \
|
||||
--target=x86_64-snap-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user