diff options
Diffstat (limited to 'package/libgd/Makefile')
-rw-r--r-- | package/libgd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgd/Makefile b/package/libgd/Makefile index f36930a5d..7b9d7c046 100644 --- a/package/libgd/Makefile +++ b/package/libgd/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --without-x \ --without-freetype \ --with-jpeg=${STAGING_DIR}/usr \ --with-png=${STAGING_DIR}/usr \ - --without-xpm + --without-xpm post-install: ${INSTALL_DIR} ${IDIR_LIBGD}/usr/lib |