X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Flibgphoto2%2FMakefile;h=2557c5538aa7556b916af77f349340d0051aac26;hp=4953806fec8a471546e2d966fabe1ddd7af90343;hb=45a019159a63a69805c3cea438a561d4a02a218f;hpb=d7564dc7aa6e8677de9c86a16ff124b47c178616 diff --git a/libs/libgphoto2/Makefile b/libs/libgphoto2/Makefile index 4953806fec..2557c5538a 100644 --- a/libs/libgphoto2/Makefile +++ b/libs/libgphoto2/Makefile @@ -47,7 +47,6 @@ define Build/Configure --enable-shared \ --enable-static \ --disable-rpath \ - --with-gnu-ld \ --with-drivers=all \ --without-included-ltdl \ --without-libiconv-prefix \ @@ -85,7 +84,8 @@ define Build/InstallDev endef define Build/UninstallDev - rm -rf $(STAGING_DIR)/usr/bin/gphoto2-config \ + rm -rf \ + $(STAGING_DIR)/usr/bin/gphoto2-config \ $(STAGING_DIR)/usr/bin/gphoto2-port-config \ $(STAGING_DIR)/usr/include/gphoto2* \ $(STAGING_DIR)/usr/lib/libgphoto*.{a,so*}