pacman: WIP, has undefined reference errors
authorFrancisco Demartino <demartino.francisco@gmail.com>
Wed, 23 Dec 2015 21:44:37 +0000 (18:44 -0300)
committerFrancisco Demartino <demartino.francisco@gmail.com>
Mon, 28 Dec 2015 02:42:18 +0000 (23:42 -0300)
commit3888e4cd39ad91939665128eb63913f33921180f
treeaf5ad92b9847ffa294ac4d43afa657431426a5d4
parent561edf1bacf2189f1e031fd2ddc5926fae3811d3
pacman: WIP, has undefined reference errors

Making all in src/util
  CC       vercmp.o
  CCLD     vercmp
  CC       testpkg.o
  CCLD     testpkg
../../lib/libalpm/.libs/libalpm.so: error: undefined reference to '__android_log_vprint'
../../lib/libalpm/.libs/libalpm.so: error: undefined reference to '__android_log_print'
collect2: error: ld returned 1 exit status
Makefile:501: recipe for target 'testpkg' failed
make[2]: *** [testpkg] Error 1
Makefile:945: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:854: recipe for target 'all' failed
make: *** [all] Error 2
packages/pacman/build.sh [new file with mode: 0644]
packages/pacman/ensure-matching-database-and-package-version.patch [new file with mode: 0644]
packages/pacman/makepkg.conf [new file with mode: 0644]
packages/pacman/pacman.conf [new file with mode: 0644]